core/homeassistant/components/tplink
J. Nick Koston 41f0eda712
Use shorthand attrs for tplink color temp min/max (#106796)
The valid_temperature_range property does a regex match over
every possible model. Avoid calling it more than once since
it will never change as its based on the model
2024-01-01 13:14:28 +01:00
..
__init__.py
config_flow.py
const.py
coordinator.py
diagnostics.py
entity.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
light.py Use shorthand attrs for tplink color temp min/max (#106796) 2024-01-01 13:14:28 +01:00
manifest.json
sensor.py
services.yaml
strings.json
switch.py