mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Improve icons for plant status card (#10493)
This commit is contained in:
parent
3cf9b745b5
commit
93680b9764
@ -1,7 +1,7 @@
|
||||
import {
|
||||
mdiEmoticonPoop,
|
||||
mdiSprout,
|
||||
mdiThermometer,
|
||||
mdiWater,
|
||||
mdiWaterPercent,
|
||||
mdiWhiteBalanceSunny,
|
||||
} from "@mdi/js";
|
||||
import { HassEntity } from "home-assistant-js-websocket";
|
||||
@ -29,10 +29,10 @@ import { LovelaceCard, LovelaceCardEditor } from "../types";
|
||||
import { PlantAttributeTarget, PlantStatusCardConfig } from "./types";
|
||||
|
||||
const SENSOR_ICONS = {
|
||||
moisture: mdiWater,
|
||||
moisture: mdiWaterPercent,
|
||||
temperature: mdiThermometer,
|
||||
brightness: mdiWhiteBalanceSunny,
|
||||
conductivity: mdiEmoticonPoop,
|
||||
conductivity: mdiSprout,
|
||||
battery: undefined,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user