mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-28 04:05:53 +00:00
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:
@@ -0,0 +1,4 @@
|
||||
# const.py
|
||||
ICON_ENERGY = "mdi:lightning-bolt"
|
||||
ICON_FREQUENCY = "mdi:cosine-wave"
|
||||
ICON_VOLTAGE = "mdi:sine-wave"
|
||||
Reference in New Issue
Block a user