mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-18 17:54:04 +02:00
Untrack .ha_snapshot_pre_cdit.json (user's HA config snapshot, gitignored)
This commit is contained in:
parent
249d18689e
commit
e09d2a19fb
2 changed files with 1 additions and 315 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -138,3 +138,4 @@ config/*
|
|||
|
||||
# Home Assistant core
|
||||
core/
|
||||
.ha_snapshot_pre_cdit.json
|
||||
|
|
|
|||
|
|
@ -1,315 +0,0 @@
|
|||
{
|
||||
"master_switches": [
|
||||
"switch.adaptive_lighting_brightness_ent",
|
||||
"switch.adaptive_lighting_color_ent",
|
||||
"switch.adaptive_lighting_dining_mvp",
|
||||
"switch.adaptive_lighting_ent",
|
||||
"switch.adaptive_lighting_ko_circadian_lights",
|
||||
"switch.adaptive_lighting_lr_dark_lights",
|
||||
"switch.adaptive_lighting_no_brightness_control",
|
||||
"switch.adaptive_lighting_other_circadian_lights",
|
||||
"switch.adaptive_lighting_pre_release",
|
||||
"switch.adaptive_lighting_sleep_ent"
|
||||
],
|
||||
"configurations": {
|
||||
"switch.adaptive_lighting_brightness_ent": {},
|
||||
"switch.adaptive_lighting_color_ent": {},
|
||||
"switch.adaptive_lighting_dining_mvp": {
|
||||
"lights": [
|
||||
"light.liv_lt_lights",
|
||||
"light.kit_lt_tablelamp"
|
||||
],
|
||||
"interval": 90.0,
|
||||
"transition": 45.0,
|
||||
"initial_transition": 1.0,
|
||||
"min_brightness": 49,
|
||||
"max_brightness": 82,
|
||||
"min_color_temp": 2000,
|
||||
"max_color_temp": 4000,
|
||||
"prefer_rgb_color": false,
|
||||
"sleep_brightness": 1,
|
||||
"sleep_rgb_or_color_temp": "color_temp",
|
||||
"sleep_color_temp": 1000,
|
||||
"sleep_rgb_color": [
|
||||
255,
|
||||
56,
|
||||
0
|
||||
],
|
||||
"sleep_transition": 1.0,
|
||||
"transition_until_sleep": false,
|
||||
"sunrise_time": null,
|
||||
"min_sunrise_time": null,
|
||||
"max_sunrise_time": null,
|
||||
"sunrise_offset": 0.0,
|
||||
"sunset_time": null,
|
||||
"min_sunset_time": null,
|
||||
"max_sunset_time": null,
|
||||
"sunset_offset": 0.0,
|
||||
"brightness_mode": "tanh",
|
||||
"brightness_mode_time_dark": 900.0,
|
||||
"brightness_mode_time_light": 3600.0,
|
||||
"take_over_control": false,
|
||||
"take_over_control_mode": "pause_all",
|
||||
"detect_non_ha_changes": false,
|
||||
"autoreset_control_seconds": 0,
|
||||
"only_once": false,
|
||||
"adapt_only_on_bare_turn_on": false,
|
||||
"separate_turn_on_commands": false,
|
||||
"send_split_delay": 0,
|
||||
"adapt_delay": 0.0,
|
||||
"skip_redundant_commands": true,
|
||||
"intercept": true,
|
||||
"multi_light_intercept": true,
|
||||
"include_config_in_attributes": true,
|
||||
"name": "dining_mvp"
|
||||
},
|
||||
"switch.adaptive_lighting_ent": {
|
||||
"lights": [
|
||||
"light.hlu_lt_1"
|
||||
],
|
||||
"interval": 90.0,
|
||||
"transition": 45.0,
|
||||
"initial_transition": 1.0,
|
||||
"min_brightness": 10,
|
||||
"max_brightness": 100,
|
||||
"min_color_temp": 2000,
|
||||
"max_color_temp": 5500,
|
||||
"prefer_rgb_color": false,
|
||||
"sleep_brightness": 1,
|
||||
"sleep_rgb_or_color_temp": "color_temp",
|
||||
"sleep_color_temp": 1000,
|
||||
"sleep_rgb_color": [
|
||||
255,
|
||||
56,
|
||||
0
|
||||
],
|
||||
"sleep_transition": 1.0,
|
||||
"transition_until_sleep": false,
|
||||
"sunrise_time": null,
|
||||
"min_sunrise_time": null,
|
||||
"max_sunrise_time": null,
|
||||
"sunrise_offset": 0.0,
|
||||
"sunset_time": null,
|
||||
"min_sunset_time": null,
|
||||
"max_sunset_time": null,
|
||||
"sunset_offset": 0.0,
|
||||
"brightness_mode": "tanh",
|
||||
"brightness_mode_time_dark": 900.0,
|
||||
"brightness_mode_time_light": 3600.0,
|
||||
"take_over_control": false,
|
||||
"take_over_control_mode": "pause_all",
|
||||
"detect_non_ha_changes": false,
|
||||
"autoreset_control_seconds": 0,
|
||||
"only_once": false,
|
||||
"adapt_only_on_bare_turn_on": false,
|
||||
"separate_turn_on_commands": false,
|
||||
"send_split_delay": 0,
|
||||
"adapt_delay": 0.0,
|
||||
"skip_redundant_commands": true,
|
||||
"intercept": true,
|
||||
"multi_light_intercept": true,
|
||||
"include_config_in_attributes": true,
|
||||
"name": "entrance_lights"
|
||||
},
|
||||
"switch.adaptive_lighting_ko_circadian_lights": {
|
||||
"lights": [
|
||||
"light.hll_lt_main",
|
||||
"light.oke_lt_terrarium",
|
||||
"light.oke_lt_strip",
|
||||
"light.oke_lt_ceil",
|
||||
"light.oke_lt_bs"
|
||||
],
|
||||
"interval": 90.0,
|
||||
"transition": 15.0,
|
||||
"initial_transition": 1.0,
|
||||
"min_brightness": 40,
|
||||
"max_brightness": 70,
|
||||
"min_color_temp": 2000,
|
||||
"max_color_temp": 5996,
|
||||
"prefer_rgb_color": false,
|
||||
"sleep_brightness": 5,
|
||||
"sleep_rgb_or_color_temp": "color_temp",
|
||||
"sleep_color_temp": 1000,
|
||||
"sleep_rgb_color": [
|
||||
255,
|
||||
56,
|
||||
0
|
||||
],
|
||||
"sleep_transition": 1.0,
|
||||
"transition_until_sleep": false,
|
||||
"sunrise_time": null,
|
||||
"min_sunrise_time": null,
|
||||
"max_sunrise_time": null,
|
||||
"sunrise_offset": 0.0,
|
||||
"sunset_time": null,
|
||||
"min_sunset_time": null,
|
||||
"max_sunset_time": null,
|
||||
"sunset_offset": 0.0,
|
||||
"brightness_mode": "tanh",
|
||||
"brightness_mode_time_dark": 900.0,
|
||||
"brightness_mode_time_light": 3600.0,
|
||||
"take_over_control": false,
|
||||
"take_over_control_mode": "pause_all",
|
||||
"detect_non_ha_changes": false,
|
||||
"autoreset_control_seconds": 0,
|
||||
"only_once": false,
|
||||
"adapt_only_on_bare_turn_on": false,
|
||||
"separate_turn_on_commands": false,
|
||||
"send_split_delay": 0,
|
||||
"adapt_delay": 0.0,
|
||||
"skip_redundant_commands": true,
|
||||
"intercept": true,
|
||||
"multi_light_intercept": true,
|
||||
"include_config_in_attributes": true,
|
||||
"name": "ko_circadian_lights"
|
||||
},
|
||||
"switch.adaptive_lighting_lr_dark_lights": {
|
||||
"lights": [
|
||||
"light.liv_massive_standing_li",
|
||||
"light.liv_lt_ceiling"
|
||||
],
|
||||
"interval": 90.0,
|
||||
"transition": 45.0,
|
||||
"initial_transition": 1.0,
|
||||
"min_brightness": 18,
|
||||
"max_brightness": 34,
|
||||
"min_color_temp": 2000,
|
||||
"max_color_temp": 5500,
|
||||
"prefer_rgb_color": false,
|
||||
"sleep_brightness": 1,
|
||||
"sleep_rgb_or_color_temp": "color_temp",
|
||||
"sleep_color_temp": 1000,
|
||||
"sleep_rgb_color": [
|
||||
255,
|
||||
56,
|
||||
0
|
||||
],
|
||||
"sleep_transition": 1.0,
|
||||
"transition_until_sleep": false,
|
||||
"sunrise_time": null,
|
||||
"min_sunrise_time": null,
|
||||
"max_sunrise_time": null,
|
||||
"sunrise_offset": 0.0,
|
||||
"sunset_time": null,
|
||||
"min_sunset_time": null,
|
||||
"max_sunset_time": null,
|
||||
"sunset_offset": 0.0,
|
||||
"brightness_mode": "default",
|
||||
"brightness_mode_time_dark": 900.0,
|
||||
"brightness_mode_time_light": 3600.0,
|
||||
"take_over_control": false,
|
||||
"take_over_control_mode": "pause_all",
|
||||
"detect_non_ha_changes": false,
|
||||
"autoreset_control_seconds": 0,
|
||||
"only_once": false,
|
||||
"adapt_only_on_bare_turn_on": false,
|
||||
"separate_turn_on_commands": false,
|
||||
"send_split_delay": 0,
|
||||
"adapt_delay": 0.0,
|
||||
"skip_redundant_commands": false,
|
||||
"intercept": true,
|
||||
"multi_light_intercept": true,
|
||||
"include_config_in_attributes": true,
|
||||
"name": "lr dark lights"
|
||||
},
|
||||
"switch.adaptive_lighting_no_brightness_control": {
|
||||
"lights": [
|
||||
"light.hwr_ceiling",
|
||||
"light.wc_lt_1"
|
||||
],
|
||||
"interval": 60.0,
|
||||
"transition": 5.0,
|
||||
"initial_transition": 1.0,
|
||||
"min_brightness": 100,
|
||||
"max_brightness": 100,
|
||||
"min_color_temp": 2000,
|
||||
"max_color_temp": 5500,
|
||||
"prefer_rgb_color": false,
|
||||
"sleep_brightness": 100,
|
||||
"sleep_rgb_or_color_temp": "color_temp",
|
||||
"sleep_color_temp": 1000,
|
||||
"sleep_rgb_color": [
|
||||
255,
|
||||
56,
|
||||
0
|
||||
],
|
||||
"sleep_transition": 1.0,
|
||||
"transition_until_sleep": false,
|
||||
"sunrise_time": null,
|
||||
"min_sunrise_time": null,
|
||||
"max_sunrise_time": null,
|
||||
"sunrise_offset": 0.0,
|
||||
"sunset_time": null,
|
||||
"min_sunset_time": null,
|
||||
"max_sunset_time": null,
|
||||
"sunset_offset": 0.0,
|
||||
"brightness_mode": "tanh",
|
||||
"brightness_mode_time_dark": 900.0,
|
||||
"brightness_mode_time_light": 3600.0,
|
||||
"take_over_control": false,
|
||||
"take_over_control_mode": "pause_all",
|
||||
"detect_non_ha_changes": false,
|
||||
"autoreset_control_seconds": 0,
|
||||
"only_once": false,
|
||||
"adapt_only_on_bare_turn_on": false,
|
||||
"separate_turn_on_commands": false,
|
||||
"send_split_delay": 0,
|
||||
"adapt_delay": 0.0,
|
||||
"skip_redundant_commands": true,
|
||||
"intercept": true,
|
||||
"multi_light_intercept": true,
|
||||
"include_config_in_attributes": true,
|
||||
"name": "no_brightness_control"
|
||||
},
|
||||
"switch.adaptive_lighting_other_circadian_lights": {
|
||||
"lights": [
|
||||
"light.oem_lt_closet"
|
||||
],
|
||||
"interval": 90.0,
|
||||
"transition": 15.0,
|
||||
"initial_transition": 1.0,
|
||||
"min_brightness": 10,
|
||||
"max_brightness": 100,
|
||||
"min_color_temp": 2200,
|
||||
"max_color_temp": 4000,
|
||||
"prefer_rgb_color": false,
|
||||
"sleep_brightness": 1,
|
||||
"sleep_rgb_or_color_temp": "color_temp",
|
||||
"sleep_color_temp": 1000,
|
||||
"sleep_rgb_color": [
|
||||
255,
|
||||
56,
|
||||
0
|
||||
],
|
||||
"sleep_transition": 1.0,
|
||||
"transition_until_sleep": false,
|
||||
"sunrise_time": null,
|
||||
"min_sunrise_time": null,
|
||||
"max_sunrise_time": null,
|
||||
"sunrise_offset": 0.0,
|
||||
"sunset_time": null,
|
||||
"min_sunset_time": null,
|
||||
"max_sunset_time": null,
|
||||
"sunset_offset": 0.0,
|
||||
"brightness_mode": "tanh",
|
||||
"brightness_mode_time_dark": 900.0,
|
||||
"brightness_mode_time_light": 3600.0,
|
||||
"take_over_control": false,
|
||||
"take_over_control_mode": "pause_all",
|
||||
"detect_non_ha_changes": false,
|
||||
"autoreset_control_seconds": 0,
|
||||
"only_once": false,
|
||||
"adapt_only_on_bare_turn_on": false,
|
||||
"separate_turn_on_commands": false,
|
||||
"send_split_delay": 0,
|
||||
"adapt_delay": 0.0,
|
||||
"skip_redundant_commands": true,
|
||||
"intercept": true,
|
||||
"multi_light_intercept": true,
|
||||
"include_config_in_attributes": true,
|
||||
"name": "other_circadian_lights"
|
||||
},
|
||||
"switch.adaptive_lighting_pre_release": {},
|
||||
"switch.adaptive_lighting_sleep_ent": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue