|
24 | 24 | from adapters.osram.sensor_motion import SensorMotionOsram
|
25 | 25 | from adapters.samsung.sensor_contact import SensorContact
|
26 | 26 | from adapters.samsung.sensor_arrival import SensorArrival
|
27 |
| -from adapters.philips.sensor_motion_phlps import SensorMotionPhlps |
| 27 | +from adapters.philips.hue_dimmer_switch import HueDimmerSwitch |
| 28 | +from adapters.philips.hue_motion_sensor import HueMotionSensor |
28 | 29 |
|
29 | 30 | adapter_by_model = {
|
30 | 31 | 'CC2530.ROUTER': Adapter, # Zigbee router based on CC2530 chip
|
|
97 | 98 | '4058075816794': DimmableCtBulbAdapter, # OSRAM Smart+ Ceiling TW
|
98 | 99 | # Philips
|
99 | 100 | '7299760PH': RGBAdapter, # Philips Hue Bloom
|
100 |
| - '324131092621': OnOffSwitchAdapter, # Philips Hue dimmer switch |
| 101 | + '324131092621': HueDimmerSwitch, # Philips Hue dimmer switch |
101 | 102 | '433714': DimmableBulbAdapter, # Philips Hue Lux A19 bulb E27
|
102 | 103 | '9290011370': DimmableBulbAdapter, # Philips Hue white A60 bulb E27
|
103 | 104 | '8718696449691': DimmableBulbAdapter, # Philips Hue White Single bulb B22
|
|
108 | 109 | '7299355PH': RGBAdapter, # Philips Hue white and color ambiance LightStrip
|
109 | 110 | '7199960PH': RGBAdapter, # Philips Hue Iris
|
110 | 111 | '9290012573A': RGBWAdapter, # Philips Hue white and color ambiance E26/E27 (with Color Temperature)
|
111 |
| - '9290012607':SensorMotionPhlps, # Philips Hue Motion Sensor (occupancy, temperature, illimination) |
| 112 | + '9290012607': HueMotionSensor, # Philips Hue Motion Sensor (occupancy, temperature, illimination) |
112 | 113 | # Sengled
|
113 | 114 | 'E11-G13': DimmableBulbAdapter, # Sengled Element Classic (A19)
|
114 | 115 | 'E11-G23': DimmableBulbAdapter, # Sengled Element Classic (A60)
|
|
0 commit comments