yamllint
This commit is contained in:
@@ -3908,23 +3908,23 @@ variables:
|
||||
##### Nextion dict ####
|
||||
nextion:
|
||||
color:
|
||||
blue: [1055] # rgb(0, 128, 248)
|
||||
grey_dark: [10597] # rgb(40, 44, 40)
|
||||
grey_light: [33808] # rgb(128, 128, 128)
|
||||
grey_super_light: [52857] # rgb(200, 204, 200)
|
||||
grey_white: [59164] # rgb(225, 225, 225)
|
||||
red: [63488] # rgb(248, 0, 0)
|
||||
white: [65535] # rgb(255, 255, 255)
|
||||
yellow: [65472] # rgb(248, 248, 0)
|
||||
blue: [1055] # rgb(0, 128, 248)
|
||||
grey_dark: [10597] # rgb(40, 44, 40)
|
||||
grey_light: [33808] # rgb(128, 128, 128)
|
||||
grey_super_light: [52857] # rgb(200, 204, 200)
|
||||
grey_white: [59164] # rgb(225, 225, 225)
|
||||
red: [63488] # rgb(248, 0, 0)
|
||||
white: [65535] # rgb(255, 255, 255)
|
||||
yellow: [65472] # rgb(248, 248, 0)
|
||||
#### Colors from HA Style:
|
||||
green: [19818] # rgb(76, 175, 80)
|
||||
orange: [64704] # rgb(255, 152, 0)
|
||||
cyan: [1530] # rgb(0, 188, 212)
|
||||
deep-orange: [64164] # rgb(255, 87, 34)
|
||||
amber: [65024] # rgb(255, 193, 7)
|
||||
"on": [65535] # rgb(255, 255, 255)
|
||||
"off": [35921] # 8a8a8a
|
||||
disabled: [48631] # rgb(189, 189, 189)
|
||||
green: [19818] # rgb(76, 175, 80)
|
||||
orange: [64704] # rgb(255, 152, 0)
|
||||
cyan: [1530] # rgb(0, 188, 212)
|
||||
deep-orange: [64164] # rgb(255, 87, 34)
|
||||
amber: [65024] # rgb(255, 193, 7)
|
||||
"on": [65535] # rgb(255, 255, 255)
|
||||
"off": [35921] # 8a8a8a
|
||||
disabled: [48631] # rgb(189, 189, 189)
|
||||
unknown: [6339]
|
||||
unavailable: [6339]
|
||||
command:
|
||||
@@ -3949,23 +3949,23 @@ variables:
|
||||
wake_up: 'esphome.{{ nspanel_name }}_wake_up'
|
||||
icon:
|
||||
domain:
|
||||
alarm_control_panel: "\uE497" # mdi:shield
|
||||
automation: "\uE6A8" # mdi:robot
|
||||
binary_sensor: "\uE7C0" # mdi:dip-switch
|
||||
button: "\uED76" # mdi:gesture-tap-hold
|
||||
climate: "\uE392" # mdi:thermostat
|
||||
cover: "\uE0AB" # mdi:blinds
|
||||
fan: "\uE20F" # mdi:fan
|
||||
input_boolean: "\uEA19" # mdi:toggle-switch-outline
|
||||
input_button: "\uF2A7" # mdi:gesture-tap-button
|
||||
light: "\uE334" # E334
|
||||
media_player: "\uE117" # mdi:cast
|
||||
person: "\uE003" # mdi:account
|
||||
remote: "\uE453" # mdi:remote
|
||||
scene: "\uEE0B" # mdi:palette-outline
|
||||
script: "\uF45D" # mdi:cog-refresh
|
||||
switch: "\uE97D" # mdi:light-switch
|
||||
unknown: "\uE027" # mdi:alert-circle
|
||||
alarm_control_panel: "\uE497" # mdi:shield
|
||||
automation: "\uE6A8" # mdi:robot
|
||||
binary_sensor: "\uE7C0" # mdi:dip-switch
|
||||
button: "\uED76" # mdi:gesture-tap-hold
|
||||
climate: "\uE392" # mdi:thermostat
|
||||
cover: "\uE0AB" # mdi:blinds
|
||||
fan: "\uE20F" # mdi:fan
|
||||
input_boolean: "\uEA19" # mdi:toggle-switch-outline
|
||||
input_button: "\uF2A7" # mdi:gesture-tap-button
|
||||
light: "\uE334" # mdi:lightbulb
|
||||
media_player: "\uE117" # mdi:cast
|
||||
person: "\uE003" # mdi:account
|
||||
remote: "\uE453" # mdi:remote
|
||||
scene: "\uEE0B" # mdi:palette-outline
|
||||
script: "\uF45D" # mdi:cog-refresh
|
||||
switch: "\uE97D" # mdi:light-switch
|
||||
unknown: "\uE027" # mdi:alert-circle
|
||||
weather:
|
||||
lightning: "\uE592" # mdi:weather-lightning
|
||||
protect: "\uF05C" # mdi:shield-sun
|
||||
|
||||
Reference in New Issue
Block a user