Skip to content

Commit

Permalink
fix: remove name from config
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Feb 6, 2024
1 parent e03a380 commit e576086
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/eq3btsmart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:

thermostat_config = ThermostatConfig(
mac_address=mac_address,
name=name,
)

try:
Expand Down
1 change: 0 additions & 1 deletion eq3btsmart/thermostat_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
@dataclass
class ThermostatConfig:
mac_address: str
name: str

0 comments on commit e576086

Please sign in to comment.