core/homeassistant/components/fibaro
pbalogh77 7d4083cdd3 Changed scene unique IDs (#22987)
There was a potential unique ID collission which caused problems for some users, as scenes and devices are enumerated separately, so the same ID could be assigned to in they are unnamed.
So I changed the unique ID generation for scenes to avoid this, which is a breaking change wrt scenes.
2019-04-17 09:56:34 -07:00
..
__init__.py Changed scene unique IDs (#22987) 2019-04-17 09:56:34 -07:00
binary_sensor.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
climate.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
cover.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
light.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
manifest.json Add manifests (#22699) 2019-04-03 21:14:45 -07:00
scene.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
sensor.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
switch.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00