Skip to content

Commit

Permalink
Several small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 16, 2024
1 parent 7c7822e commit 3edc9d3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
3 changes: 2 additions & 1 deletion includes/adaptive_lighting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
- name: Guest room
lights:
- light.guest_room
sleep_brightness: 20
- light.desk_led
sleep_brightness: 5
min_brightness: 70
separate_turn_on_commands: true
skip_redundant_commands: true
Expand Down
1 change: 1 addition & 0 deletions includes/homekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ filter:
exclude_domains:
- automation
- binary_sensor
- camera
- device_tracker
- input_boolean
- light
Expand Down
1 change: 1 addition & 0 deletions includes/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ trusted_proxies:
- 172.16.0.0/12
- 127.0.0.1
- 192.168.0.0/16
- 192.168.1.223
3 changes: 3 additions & 0 deletions includes/input_booleans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ bathroom_door_open_warning:
front_door_open_warning:
name: Front door opened
icon: mdi:door-open
bedroom_activity_warning:
name: Bedroom activity warning
icon: mdi:bed
bedroom_lights_automatically_turned_on:
name: Will automatically turn off
icon: mdi:ceiling-light
Expand Down
15 changes: 4 additions & 11 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,15 @@ cozy_lights_bedroom:
- 100
service: light.turn_on
# - data:
# entity_id: light.bamboo
# entity_id: light.desk_led
# hs_color:
# - 299.72
# - 83.922
# service: light.turn_on
# - data:
# entity_id: light.bamboo
# service: light.turn_on
# - data:
# entity_id: light.bed_reading_up
# hs_color:
# - 26.725
Expand Down Expand Up @@ -442,16 +445,6 @@ update_dns:
api: !secret gandi_api_key
domain: !secret domain
subdomain: !secret subdomain
- service: shell_command.update_dns
data:
api: !secret gandi_api_key
domain: !secret domain
subdomain: marcella-blog
- service: shell_command.update_dns
data:
api: !secret gandi_api_key
domain: !secret domain
subdomain: files

fix_sound:
alias: Fix Opt LG Sound Sync bug
Expand Down

0 comments on commit 3edc9d3

Please sign in to comment.