core/homeassistant/components/zha
Russell Cloran 9d4d1c8233 zha: Clean up binary_sensor listener registration/state updates (#14197)
- Instead of registering listeners in the entity __init__, do it in
   async_added_to_hass to avoid errors updating an entity which isn't fully
   set up yet
 - Change from schedule_update_ha_state to async_schedule_update_ha_state
2018-05-01 08:55:25 -04:00
..
__init__.py zha: Clean up binary_sensor listener registration/state updates (#14197) 2018-05-01 08:55:25 -04:00
const.py zha: Support remotes/buttons (#12528) 2018-04-29 23:31:27 -07:00
services.yaml zha: Add remove service (#11683) 2018-02-11 20:34:19 -08:00