Make services yield (#4187)
* Make services yield * Disable pylint abstract-method check * add input_select * add input_slider * change to async vers. * fix lint * yield on add_entities as other components does
This commit is contained in:
parent
15dde7925a
commit
ee5f228309
75 changed files with 108 additions and 131 deletions
|
@ -62,7 +62,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
target_temp, ac_mode, min_cycle_duration)])
|
||||
|
||||
|
||||
# pylint: disable=abstract-method
|
||||
class GenericThermostat(ClimateDevice):
|
||||
"""Representation of a GenericThermostat device."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue