mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
New icon names based on MDI 6.1.95 (#56085)
This commit is contained in:
parent
bcb3c426f4
commit
a4a6bf8a85
@ -103,7 +103,7 @@ async def async_setup(hass, config):
|
||||
|
||||
hass.http.register_view(HistoryPeriodView(filters, use_include_order))
|
||||
hass.components.frontend.async_register_built_in_panel(
|
||||
"history", "history", "hass:poll-box"
|
||||
"history", "history", "hass:chart-box"
|
||||
)
|
||||
hass.components.websocket_api.async_register_command(
|
||||
ws_get_statistics_during_period
|
||||
|
@ -81,7 +81,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||
key="conductivity",
|
||||
name="Conductivity",
|
||||
native_unit_of_measurement=CONDUCTIVITY,
|
||||
icon="mdi:flash-circle",
|
||||
icon="mdi:lightning-bolt-circle",
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="battery",
|
||||
|
@ -211,7 +211,7 @@ SWITCH_TYPES = (
|
||||
key=ATTR_CLEAN,
|
||||
feature=FEATURE_SET_CLEAN,
|
||||
name="Clean Mode",
|
||||
icon="mdi:sparkles",
|
||||
icon="mdi:shimmer",
|
||||
method_on="async_set_clean_on",
|
||||
method_off="async_set_clean_off",
|
||||
available_with_device_off=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user