Skip to content

Commit

Permalink
Remove unused LOC
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Jul 26, 2022
1 parent 403e3a7 commit f25b211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/powercalc/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ def _get_strategy_schema(strategy: str, source_entity_id: str) -> vol.Schema:
return SCHEMA_POWER_WLED
if strategy == CalculationStrategy.LUT:
return vol.Schema({})
return SCHEMA_POWER_FIXED


def _create_group_schema(hass: HomeAssistant, base_schema: vol.Schema) -> vol.Schema:
Expand Down

0 comments on commit f25b211

Please sign in to comment.