hass-core/homeassistant/components/lcn
Erik Montnemery b022e08db9
Rename BinarySensorDevice to BinarySensorEntity ()
* Rename BinarySensorDevice to BinarySensorEntity

* Tweak

* Move deprecation warning to __new__, add test

* Move deprecation warning back to __init__

* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
..
__init__.py Sort imports according to PEP8 for components starting with "L" () 2019-12-09 14:22:30 +01:00
binary_sensor.py Rename BinarySensorDevice to BinarySensorEntity () 2020-04-23 21:57:07 +02:00
climate.py Directly call async_write_ha_state () 2020-04-01 14:19:51 -07:00
const.py Drop UNIT_ prefix for constants () 2020-04-21 19:45:53 +02:00
cover.py Directly call write state 2 () 2020-04-03 09:34:50 +02:00
helpers.py Remove unnecessary string literal concatenations () 2020-01-02 21:17:10 +02:00
light.py Directly call write state 2 () 2020-04-03 09:34:50 +02:00
manifest.json Remove unused manifest fields () 2020-04-03 12:58:19 -07:00
scene.py Revert incorrect sync/async conversion in LCN integration () 2020-04-21 12:36:23 +02:00
sensor.py Directly call async_write_ha_state () 2020-04-01 14:19:51 -07:00
services.py Add and use time related constants () 2020-02-23 22:09:24 +02:00
services.yaml Add yamllint (in pre-commit and CI) () 2020-04-05 10:33:45 +02:00
switch.py Directly call write state 2 () 2020-04-03 09:34:50 +02:00