mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Remove icon from rehlko power_source (#143955)
This commit is contained in:
parent
c6bdee8dd8
commit
03ecd7f06c
@ -179,7 +179,6 @@ SENSORS: tuple[RehlkoSensorEntityDescription, ...] = (
|
|||||||
),
|
),
|
||||||
RehlkoSensorEntityDescription(
|
RehlkoSensorEntityDescription(
|
||||||
key="powerSource",
|
key="powerSource",
|
||||||
icon="mdi:home-lightning-bolt",
|
|
||||||
translation_key="power_source",
|
translation_key="power_source",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
@ -685,7 +685,7 @@
|
|||||||
'options': dict({
|
'options': dict({
|
||||||
}),
|
}),
|
||||||
'original_device_class': None,
|
'original_device_class': None,
|
||||||
'original_icon': 'mdi:home-lightning-bolt',
|
'original_icon': None,
|
||||||
'original_name': 'Power source',
|
'original_name': 'Power source',
|
||||||
'platform': 'rehlko',
|
'platform': 'rehlko',
|
||||||
'previous_unique_id': None,
|
'previous_unique_id': None,
|
||||||
@ -699,7 +699,6 @@
|
|||||||
StateSnapshot({
|
StateSnapshot({
|
||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
'friendly_name': 'Generator 1 Power source',
|
'friendly_name': 'Generator 1 Power source',
|
||||||
'icon': 'mdi:home-lightning-bolt',
|
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.generator_1_power_source',
|
'entity_id': 'sensor.generator_1_power_source',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user