New icon names based on MDI 6.1.95 (#56085)
This commit is contained in:
parent
bcb3c426f4
commit
a4a6bf8a85
3 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@ async def async_setup(hass, config):
|
||||||
|
|
||||||
hass.http.register_view(HistoryPeriodView(filters, use_include_order))
|
hass.http.register_view(HistoryPeriodView(filters, use_include_order))
|
||||||
hass.components.frontend.async_register_built_in_panel(
|
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(
|
hass.components.websocket_api.async_register_command(
|
||||||
ws_get_statistics_during_period
|
ws_get_statistics_during_period
|
||||||
|
|
|
@ -81,7 +81,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||||
key="conductivity",
|
key="conductivity",
|
||||||
name="Conductivity",
|
name="Conductivity",
|
||||||
native_unit_of_measurement=CONDUCTIVITY,
|
native_unit_of_measurement=CONDUCTIVITY,
|
||||||
icon="mdi:flash-circle",
|
icon="mdi:lightning-bolt-circle",
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="battery",
|
key="battery",
|
||||||
|
|
|
@ -211,7 +211,7 @@ SWITCH_TYPES = (
|
||||||
key=ATTR_CLEAN,
|
key=ATTR_CLEAN,
|
||||||
feature=FEATURE_SET_CLEAN,
|
feature=FEATURE_SET_CLEAN,
|
||||||
name="Clean Mode",
|
name="Clean Mode",
|
||||||
icon="mdi:sparkles",
|
icon="mdi:shimmer",
|
||||||
method_on="async_set_clean_on",
|
method_on="async_set_clean_on",
|
||||||
method_off="async_set_clean_off",
|
method_off="async_set_clean_off",
|
||||||
available_with_device_off=False,
|
available_with_device_off=False,
|
||||||
|
|
Loading…
Add table
Reference in a new issue