core/homeassistant/components/modbus
jan iversen 29eb31e9da
Add configurable delay between connect and first request in modbus (#50124)
* Activate startup delay.

* Add removal of call_later if HA is stopped.

This is unlikely to happen, but just security measure.

* Removing timing interval.

async_fire_time_changed() needs to be called twice, first time the delay is
ended and second time update() is executed.

* Variable naming.
2021-05-08 13:28:35 +02:00
..
__init__.py Fix modbus switch problems (#50117) 2021-05-07 22:12:13 +02:00
binary_sensor.py Cleanup modbus binary_sensor signature (#49809) 2021-05-05 00:29:18 +02:00
climate.py Fix modbus typing (#49938) 2021-05-03 22:45:21 +02:00
const.py Restructure modbus switch, and solve read/write conflicts (#49386) 2021-04-30 16:47:18 +02:00
cover.py Enable homeassistant.update_entity service for all modbus platforms (#49918) 2021-05-02 10:41:36 +02:00
manifest.json Bump pymodbus version to 2.5.1 (#49401) 2021-04-20 10:43:14 +02:00
modbus.py Add configurable delay between connect and first request in modbus (#50124) 2021-05-08 13:28:35 +02:00
sensor.py Fix modbus typing (#49938) 2021-05-03 22:45:21 +02:00
services.yaml
switch.py Fix modbus switch problems (#50117) 2021-05-07 22:12:13 +02:00