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