How to Solve NameError: name 'Bridge' is not defined -- phue

Solution: Import the 'Bridge' module

To Solve the error, add the following line to the top of your code.

from phue import Bridge

 

For more information:
Python phue Bridge