mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 12:08:19 +00:00
Reolink disable entities by default (#149986)
This commit is contained in:
parent
bfae07135a
commit
28236aa023
@ -116,6 +116,7 @@ NUMBER_ENTITIES = (
|
|||||||
cmd_id=[289, 438],
|
cmd_id=[289, 438],
|
||||||
translation_key="floodlight_brightness",
|
translation_key="floodlight_brightness",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
|
entity_registry_enabled_default=False,
|
||||||
native_step=1,
|
native_step=1,
|
||||||
native_min_value=1,
|
native_min_value=1,
|
||||||
native_max_value=100,
|
native_max_value=100,
|
||||||
@ -407,8 +408,8 @@ NUMBER_ENTITIES = (
|
|||||||
key="auto_track_limit_left",
|
key="auto_track_limit_left",
|
||||||
cmd_key="GetPtzTraceSection",
|
cmd_key="GetPtzTraceSection",
|
||||||
translation_key="auto_track_limit_left",
|
translation_key="auto_track_limit_left",
|
||||||
mode=NumberMode.SLIDER,
|
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
|
entity_registry_enabled_default=False,
|
||||||
native_step=1,
|
native_step=1,
|
||||||
native_min_value=-1,
|
native_min_value=-1,
|
||||||
native_max_value=2700,
|
native_max_value=2700,
|
||||||
@ -420,8 +421,8 @@ NUMBER_ENTITIES = (
|
|||||||
key="auto_track_limit_right",
|
key="auto_track_limit_right",
|
||||||
cmd_key="GetPtzTraceSection",
|
cmd_key="GetPtzTraceSection",
|
||||||
translation_key="auto_track_limit_right",
|
translation_key="auto_track_limit_right",
|
||||||
mode=NumberMode.SLIDER,
|
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
|
entity_registry_enabled_default=False,
|
||||||
native_step=1,
|
native_step=1,
|
||||||
native_min_value=-1,
|
native_min_value=-1,
|
||||||
native_max_value=2700,
|
native_max_value=2700,
|
||||||
@ -435,6 +436,7 @@ NUMBER_ENTITIES = (
|
|||||||
translation_key="auto_track_disappear_time",
|
translation_key="auto_track_disappear_time",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
device_class=NumberDeviceClass.DURATION,
|
device_class=NumberDeviceClass.DURATION,
|
||||||
|
entity_registry_enabled_default=False,
|
||||||
native_step=1,
|
native_step=1,
|
||||||
native_unit_of_measurement=UnitOfTime.SECONDS,
|
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||||
native_min_value=1,
|
native_min_value=1,
|
||||||
@ -451,6 +453,7 @@ NUMBER_ENTITIES = (
|
|||||||
translation_key="auto_track_stop_time",
|
translation_key="auto_track_stop_time",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
device_class=NumberDeviceClass.DURATION,
|
device_class=NumberDeviceClass.DURATION,
|
||||||
|
entity_registry_enabled_default=False,
|
||||||
native_step=1,
|
native_step=1,
|
||||||
native_unit_of_measurement=UnitOfTime.SECONDS,
|
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||||
native_min_value=1,
|
native_min_value=1,
|
||||||
|
@ -90,8 +90,8 @@
|
|||||||
'null': 5,
|
'null': 5,
|
||||||
}),
|
}),
|
||||||
'GetAiCfg': dict({
|
'GetAiCfg': dict({
|
||||||
'0': 4,
|
'0': 2,
|
||||||
'null': 4,
|
'null': 2,
|
||||||
}),
|
}),
|
||||||
'GetAudioAlarm': dict({
|
'GetAudioAlarm': dict({
|
||||||
'0': 1,
|
'0': 1,
|
||||||
@ -177,10 +177,6 @@
|
|||||||
'0': 2,
|
'0': 2,
|
||||||
'null': 2,
|
'null': 2,
|
||||||
}),
|
}),
|
||||||
'GetPtzTraceSection': dict({
|
|
||||||
'0': 2,
|
|
||||||
'null': 2,
|
|
||||||
}),
|
|
||||||
'GetPush': dict({
|
'GetPush': dict({
|
||||||
'0': 1,
|
'0': 1,
|
||||||
'null': 2,
|
'null': 2,
|
||||||
@ -196,8 +192,8 @@
|
|||||||
'null': 1,
|
'null': 1,
|
||||||
}),
|
}),
|
||||||
'GetWhiteLed': dict({
|
'GetWhiteLed': dict({
|
||||||
'0': 3,
|
'0': 2,
|
||||||
'null': 3,
|
'null': 2,
|
||||||
}),
|
}),
|
||||||
'GetZoomFocus': dict({
|
'GetZoomFocus': dict({
|
||||||
'0': 2,
|
'0': 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user