Remove icon from rehlko power_source (#143955)

This commit is contained in:
J. Nick Koston 2025-04-30 15:33:14 +02:00 committed by GitHub
parent c6bdee8dd8
commit 03ecd7f06c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -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",
), ),
) )

View File

@ -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',