1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components
Ben Van Mechelen 861d58f58f Support for Multiple modbus hubs (#19726)
* modbus: support multiple modbus hub

* update data after entities added

* pass hub object to each entity. and save hub to hass.data but not in module level

* add hub_client setup log

* don't update when adding device, because hub_client is not ready right now

* support restore last state

* remove useless func

* compatible with python35

* removed unrelated style changes

* Update flexit for multi-device modbus

* change how hubs are referenced in the configuration

* Also update climate/modbus.py

* Remove unwanted whitescapce

* Defined common constants centrally

* Update DOMAIN in climate and switch components

* Removed unnecessary vol.schema

* Make hub name optional

* Add name property to ModbusHub
2019-02-11 14:00:37 -05:00
..
2019-02-05 19:31:15 -08:00
2019-02-05 16:15:41 +01:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-04 09:57:22 -08:00
2019-02-02 14:12:23 -08:00
2019-02-08 14:18:18 -08:00
2019-02-07 22:50:59 +01:00
2019-02-02 14:12:23 -08:00
2019-02-02 14:12:23 -08:00
2019-02-05 19:31:15 -08:00
2019-02-02 14:12:23 -08:00
2019-02-05 19:31:15 -08:00
2019-02-10 13:04:18 -08:00
2019-02-02 14:12:23 -08:00
2019-02-02 14:12:23 -08:00
2019-02-07 22:50:59 +01:00
2019-02-03 15:24:46 -08:00
2019-02-10 12:34:54 +01:00
2019-02-02 14:12:23 -08:00
2019-02-02 14:12:23 -08:00
2019-02-05 11:12:09 +01:00
2019-02-11 08:32:43 -05:00
2019-02-05 19:31:15 -08:00
2019-02-07 22:50:59 +01:00
2019-02-02 14:12:23 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-11 08:33:57 -05:00
2019-02-02 14:12:23 -08:00
2019-02-05 19:31:15 -08:00
2019-02-02 14:12:23 -08:00
2019-02-10 12:50:40 +01:00
2019-02-05 19:31:15 -08:00
2019-02-08 14:18:18 -08:00
2019-02-02 14:12:23 -08:00
2019-02-05 19:31:15 -08:00
2019-02-08 14:18:18 -08:00
2019-02-05 19:31:15 -08:00
2019-02-05 19:31:15 -08:00
2019-02-11 08:32:43 -05:00
2019-02-08 14:18:18 -08:00
2019-02-02 14:12:23 -08:00
2019-02-06 21:40:38 -05:00
2019-01-26 16:33:11 +01:00
2019-02-05 19:31:15 -08:00
2019-02-07 23:21:41 +01:00
2019-02-10 19:01:07 +01:00