core/homeassistant/components/modbus
Matthias Alphart cd0ae66d58
Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106)
* add CONF_STATE_CLASS to const.py

* move to `sensor/__init__.py`

* move to sensor/const.py

* Revert "move to sensor/const.py"

This reverts commit 604d0d066b.

* move it to `sensor/const.py` but import it from `sensor/__init__.py`

* add Modbus
2021-08-27 05:54:50 +02:00
..
__init__.py Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106) 2021-08-27 05:54:50 +02:00
base_platform.py Add missing convert to fan/light/switch modbus platform (#55203) 2021-08-25 21:02:06 +02:00
binary_sensor.py Add lazy_error_count to modbus (#54412) 2021-08-21 15:49:50 +02:00
climate.py Add lazy_error_count to modbus (#54412) 2021-08-21 15:49:50 +02:00
const.py Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106) 2021-08-27 05:54:50 +02:00
cover.py Add lazy_error_count to modbus (#54412) 2021-08-21 15:49:50 +02:00
fan.py Convert last properties in modbus to _attr_variable (#53919) 2021-08-08 23:23:21 +02:00
light.py Add modbus get_hub (#54277) 2021-08-08 22:48:33 +02:00
manifest.json Set quality level of modbus to gold (#54926) 2021-08-20 17:59:31 +02:00
modbus.py Change entity_timers to be a local variable. (#55258) 2021-08-26 15:23:00 +02:00
sensor.py Add CONF_STATE_CLASS to `sensor/__init__.py` (#54106) 2021-08-27 05:54:50 +02:00
services.yaml
switch.py Add modbus get_hub (#54277) 2021-08-08 22:48:33 +02:00
validators.py Check for duplicate host/port and integration name in modbus (#54664) 2021-08-25 12:29:00 +02:00