aioesphomeapi/aioesphomeapi
Oxan van Leeuwen 4a091b00a0
Fix old lights with color temperature but no white support (#86)
ESPHome never supported this, and no built-in lights used this, but apparently it was used by third-party components. Without this fix, those lights would show up as on-off lights in HA. Make them RGBCT lights, which doesn't fit perfectly as they don't expect a white value, but they already got that anyway and it's better than being totally broken.
2021-08-10 10:56:50 +02:00
..
__init__.py Add reconnect logic class (#54) 2021-06-30 17:10:30 +02:00
api_options_pb2.py Update protobuf files 2021-08-03 03:30:13 +00:00
api_options.proto New api.proto format, user-defined service arrays 2019-06-17 23:40:23 +02:00
api_pb2.py Add disabled_default to entity infos (#85) 2021-08-03 23:30:51 +12:00
api.proto Add disabled_default to entity infos (#85) 2021-08-03 23:30:51 +12:00
client.py Color mode implementation (#74) 2021-07-29 19:16:25 +02:00
connection.py Add pytest unit testing (#64) 2021-07-12 20:09:17 +02:00
core.py Add select entities (#75) 2021-07-27 06:51:12 +12:00
host_resolver.py Add pytest unit testing (#64) 2021-07-12 20:09:17 +02:00
model.py Fix old lights with color temperature but no white support (#86) 2021-08-10 10:56:50 +02:00
py.typed Implement PEP561 typing support (#55) 2021-06-30 17:05:44 +02:00
reconnect_logic.py Add reconnect logic class (#54) 2021-06-30 17:10:30 +02:00
util.py Update host_resolve for zeroconf 0.32.0 (#52) 2021-06-30 17:00:22 +02:00