mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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(
|
||||
key="powerSource",
|
||||
icon="mdi:home-lightning-bolt",
|
||||
translation_key="power_source",
|
||||
),
|
||||
)
|
||||
|
@ -685,7 +685,7 @@
|
||||
'options': dict({
|
||||
}),
|
||||
'original_device_class': None,
|
||||
'original_icon': 'mdi:home-lightning-bolt',
|
||||
'original_icon': None,
|
||||
'original_name': 'Power source',
|
||||
'platform': 'rehlko',
|
||||
'previous_unique_id': None,
|
||||
@ -699,7 +699,6 @@
|
||||
StateSnapshot({
|
||||
'attributes': ReadOnlyDict({
|
||||
'friendly_name': 'Generator 1 Power source',
|
||||
'icon': 'mdi:home-lightning-bolt',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
'entity_id': 'sensor.generator_1_power_source',
|
||||
|
Loading…
x
Reference in New Issue
Block a user