Create const.py - Add

Defines the ICON_ Constants to MDI icons, that are not already in the default const.py published at https://github.com/esphome/esphome/blob/dev/esphome/const.py
This commit is contained in:
Roving Ronin
2024-08-21 21:22:13 +10:00
committed by GitHub
parent 26e57bc774
commit 4b13215037
+4
View File
@@ -0,0 +1,4 @@
# const.py
ICON_ENERGY = "mdi:lightning-bolt"
ICON_FREQUENCY = "mdi:cosine-wave"
ICON_VOLTAGE = "mdi:sine-wave"