mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
remove return value as requested
This commit is contained in:
parent
29c26e0015
commit
00352d41a7
@ -93,8 +93,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
descriptions.get(SERVICE_RESUME_PROGRAM),
|
descriptions.get(SERVICE_RESUME_PROGRAM),
|
||||||
schema=RESUME_PROGRAM_SCHEMA)
|
schema=RESUME_PROGRAM_SCHEMA)
|
||||||
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
class NuHeatThermostat(ClimateDevice):
|
class NuHeatThermostat(ClimateDevice):
|
||||||
"""Representation of a NuHeat Thermostat."""
|
"""Representation of a NuHeat Thermostat."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user