mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Remove commented out code (#18925)
This commit is contained in:
parent
d1a621601d
commit
87fb492b14
@ -223,7 +223,6 @@ class MqttClimate(MqttAvailability, MqttDiscoveryUpdate, ClimateDevice):
|
||||
|
||||
def _setup_from_config(self, config):
|
||||
"""(Re)Setup the entity."""
|
||||
# self._name = config.get(CONF_NAME)
|
||||
self._topic = {
|
||||
key: config.get(key) for key in (
|
||||
CONF_POWER_COMMAND_TOPIC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user