Remove unnecessary config entity from ZHA (#79472)
This commit is contained in:
parent
2ea9732419
commit
547a63e314
2 changed files with 0 additions and 43 deletions
|
@ -181,43 +181,13 @@ class InovelliConfigEntityChannel(ZigbeeChannel):
|
|||
"power_type": False,
|
||||
"switch_type": False,
|
||||
"button_delay": False,
|
||||
"device_bind_number": False,
|
||||
"smart_bulb_mode": False,
|
||||
"double_tap_up_for_full_brightness": False,
|
||||
"default_led1_strip_color_when_on": False,
|
||||
"default_led1_strip_color_when_off": False,
|
||||
"default_led1_strip_intensity_when_on": False,
|
||||
"default_led1_strip_intensity_when_off": False,
|
||||
"default_led2_strip_color_when_on": False,
|
||||
"default_led2_strip_color_when_off": False,
|
||||
"default_led2_strip_intensity_when_on": False,
|
||||
"default_led2_strip_intensity_when_off": False,
|
||||
"default_led3_strip_color_when_on": False,
|
||||
"default_led3_strip_color_when_off": False,
|
||||
"default_led3_strip_intensity_when_on": False,
|
||||
"default_led3_strip_intensity_when_off": False,
|
||||
"default_led4_strip_color_when_on": False,
|
||||
"default_led4_strip_color_when_off": False,
|
||||
"default_led4_strip_intensity_when_on": False,
|
||||
"default_led4_strip_intensity_when_off": False,
|
||||
"default_led5_strip_color_when_on": False,
|
||||
"default_led5_strip_color_when_off": False,
|
||||
"default_led5_strip_intensity_when_on": False,
|
||||
"default_led5_strip_intensity_when_off": False,
|
||||
"default_led6_strip_color_when_on": False,
|
||||
"default_led6_strip_color_when_off": False,
|
||||
"default_led6_strip_intensity_when_on": False,
|
||||
"default_led6_strip_intensity_when_off": False,
|
||||
"default_led7_strip_color_when_on": False,
|
||||
"default_led7_strip_color_when_off": False,
|
||||
"default_led7_strip_intensity_when_on": False,
|
||||
"default_led7_strip_intensity_when_off": False,
|
||||
"led_color_when_on": False,
|
||||
"led_color_when_off": False,
|
||||
"led_intensity_when_on": False,
|
||||
"led_intensity_when_off": False,
|
||||
"local_protection": False,
|
||||
"remote_protection": False,
|
||||
"output_mode": False,
|
||||
"on_off_led_mode": False,
|
||||
"firmware_progress_led": False,
|
||||
|
|
|
@ -576,19 +576,6 @@ class InovelliButtonDelay(ZHANumberConfigurationEntity, id_suffix="button_delay"
|
|||
_attr_name: str = "Button delay"
|
||||
|
||||
|
||||
@CONFIG_DIAGNOSTIC_MATCH(channel_names=CHANNEL_INOVELLI)
|
||||
class InovelliDeviceBindNumber(
|
||||
ZHANumberConfigurationEntity, id_suffix="device_bind_number"
|
||||
):
|
||||
"""Inovelli device bind number configuration entity."""
|
||||
|
||||
_attr_entity_category = EntityCategory.CONFIG
|
||||
_attr_native_min_value: float = 0
|
||||
_attr_native_max_value: float = 255
|
||||
_zcl_attribute: str = "device_bind_number"
|
||||
_attr_name: str = "Device bind number"
|
||||
|
||||
|
||||
@CONFIG_DIAGNOSTIC_MATCH(channel_names=CHANNEL_INOVELLI)
|
||||
class InovelliLocalDimmingUpSpeed(
|
||||
ZHANumberConfigurationEntity, id_suffix="dimming_speed_up_local"
|
||||
|
|
Loading…
Add table
Reference in a new issue