mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
remove backticks from strings.json
This commit is contained in:
parent
a18a312ea9
commit
f778f45590
1 changed files with 23 additions and 23 deletions
|
|
@ -20,29 +20,29 @@
|
|||
"title": "Adaptive Lighting options",
|
||||
"description": "All settings for a Adaptive Lighting component. The option names correspond with the YAML settings.",
|
||||
"data": {
|
||||
"lights_brightness": "`lights_brightness`",
|
||||
"lights_mired": "`lights_mired`",
|
||||
"lights_rgb": "`lights_rgb`",
|
||||
"lights_xy": "`lights_xy`",
|
||||
"disable_brightness_adjust": "`disable_brightness_adjust`",
|
||||
"disable_entity": "`disable_entity`",
|
||||
"disable_state": "`disable_state`",
|
||||
"initial_transition": "`initial_transition`, the transition of the lights when turning them on or when `disable_state` or `sleep_state` change",
|
||||
"interval": "`interval`",
|
||||
"max_brightness": "`max_brightness`",
|
||||
"max_color_temp": "`max_color_temp`",
|
||||
"min_brightness": "`min_brightness`",
|
||||
"min_color_temp": "`min_color_temp`",
|
||||
"only_once": "`only_once`",
|
||||
"sleep_brightness": "`sleep_brightness`",
|
||||
"sleep_color_temp": "`sleep_color_temp`",
|
||||
"sleep_entity": "`sleep_entity`",
|
||||
"sleep_state": "`sleep_state`",
|
||||
"sunrise_offset": "`sunrise_offset`",
|
||||
"sunrise_time": "`sunrise_time`",
|
||||
"sunset_offset": "`sunset_offset`",
|
||||
"sunset_time": "`sunset_time`",
|
||||
"transition": "`transition`"
|
||||
"lights_brightness": "lights_brightness",
|
||||
"lights_mired": "lights_mired",
|
||||
"lights_rgb": "lights_rgb",
|
||||
"lights_xy": "lights_xy",
|
||||
"disable_brightness_adjust": "disable_brightness_adjust",
|
||||
"disable_entity": "disable_entity",
|
||||
"disable_state": "disable_state",
|
||||
"initial_transition": "initial_transition, the transition of the lights when turning them on or when 'disable_state' or 'sleep_state' change",
|
||||
"interval": "interval",
|
||||
"max_brightness": "max_brightness",
|
||||
"max_color_temp": "max_color_temp",
|
||||
"min_brightness": "min_brightness",
|
||||
"min_color_temp": "min_color_temp",
|
||||
"only_once": "only_once",
|
||||
"sleep_brightness": "sleep_brightness",
|
||||
"sleep_color_temp": "sleep_color_temp",
|
||||
"sleep_entity": "sleep_entity",
|
||||
"sleep_state": "sleep_state",
|
||||
"sunrise_offset": "sunrise_offset",
|
||||
"sunrise_time": "sunrise_time",
|
||||
"sunset_offset": "sunset_offset",
|
||||
"sunset_time": "sunset_time",
|
||||
"transition": "transition"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue