Skip to content

Commit

Permalink
Auto update files on 10-12-2023/21:35
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Dec 10, 2023
1 parent 7f283df commit 8588eea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 94 deletions.
2 changes: 2 additions & 0 deletions config/automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@
data: {}
- service: readme.generate
data: {}
- service: shell_command.gitpush
data: {}
mode: single
- id: '1701556784590'
alias: Update YouTube Sensor
Expand Down
4 changes: 2 additions & 2 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# /____/

homeassistant:
allowlist_external_dirs:
- /config
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
Expand All @@ -18,6 +16,8 @@ homeassistant:
unit_system: 'metric'
temperature_unit: 'C'
country: 'CZ'
allowlist_external_dirs:
- /config
media_dirs:
movies: /media/movies
media: /media
Expand Down
89 changes: 0 additions & 89 deletions config/packages/docker_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,95 +2,6 @@
# DOCKER RASPBERRY PI #
########################################

# switch:
# - platform: template
# switches:
# watchtower:
# unique_id: watchtower_switch
# friendly_name: Watchtower
# value_template: >
# {{ is_state('sensor.docker_watchtower', 'running') }}
# turn_on:
# - service: shell_command.unpause_watchtower
# - service: homeassistant.update_entity
# target:
# entity_id: binary_sensor.container_watchtower
# turn_off:
# - service: shell_command.pause_watchtower
# - service: homeassistant.update_entity
# target:
# entity_id: binary_sensor.container_watchtower
# sensor:
# - platform: rest ## UNIFI ##
# unique_id: container_unifi_controller
# name: Docker Unifi Controller
# icon: si:ubiquiti
# json_attributes:
# - state
# - status
# - image
# resource: http://192.168.0.146:8126/container/unifi-controller
# value_template: >
# {{ value_json.state }}
# timeout: 60
# scan_interval: 360

# - platform: rest
# unique_id: container_portainer
# name: Docker Portainer
# icon: si:portainer
# json_attributes:
# - state
# - status
# - image
# resource: http://192.168.0.146:8126/container/portainer
# value_template: >
# {{ value_json.state }}
# timeout: 60
# scan_interval: 360

# - platform: rest
# unique_id: container_homebridge
# name: Docker Homebridge
# icon: si:homebridge
# json_attributes:
# - state
# - status
# - image
# resource: http://192.168.0.146:8126/container/homebridge
# value_template: >
# {{ value_json.state }}
# timeout: 60
# scan_interval: 360

# - platform: rest
# unique_id: container_watchtower
# name: Docker Watchtower
# icon: cil:docker-watchtower
# json_attributes:
# - state
# - status
# - image
# resource: http://192.168.0.146:8126/container/watchtower
# value_template: >
# {{ value_json.state }}
# timeout: 60
# scan_interval: 360

# - platform: rest ## PORTAINER ##
# unique_id: container_hadockermon
# name: Docker Hadockermon
# icon: si:docker
# json_attributes:
# - state
# - status
# - image
# resource: http://192.168.0.146:8126/container/ha-dockermon
# value_template: >
# {{ value_json.state }}
# timeout: 60
# scan_interval: 360

template:
- binary_sensor:
########################################
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ I frequently refresh my configuration files. My current Home Assistant version i
</thead>
<tbody>
<tr>
<td>31,018 </td>
<td>30,931 </td>
<td>28</td>
<td>146</td>
<td>160</td>
<td>51</td>
<td>52</td>
<td>31</td>
<td>662</td>
<td>727</td>
<td>187</td>
<td>37</td>
</tr>
Expand Down

0 comments on commit 8588eea

Please sign in to comment.