Skip to content

Commit

Permalink
Remove empty entity descriptions (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Jan 7, 2025
1 parent 961ba91 commit f4400f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom_components/homematicip_local/entity_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,16 +882,10 @@ class HmButtonEntityDescription(HmEntityDescription, ButtonEntityDescription):
device_class=SwitchDeviceClass.SWITCH,
),
DataPointCategory.SELECT: SelectEntityDescription(key="select_default", entity_category=EntityCategory.CONFIG),
DataPointCategory.HUB_BINARY_SENSOR: BinarySensorEntityDescription(
key="hub_binary_sensor_default",
),
DataPointCategory.HUB_BUTTON: HmButtonEntityDescription(
key="hub_button_default",
translation_key="button_press",
),
DataPointCategory.HUB_SENSOR: HmSensorEntityDescription(
key="hub_sensor_default",
),
DataPointCategory.HUB_SWITCH: SwitchEntityDescription(
key="hub_switch_default",
device_class=SwitchDeviceClass.SWITCH,
Expand Down

0 comments on commit f4400f4

Please sign in to comment.