Lots and Lots and LOTS of changes

This commit is contained in:
ccostan 2020-07-29 16:46:26 -04:00
parent 2a8a5ff3eb
commit cac1c13f6f
8 changed files with 20 additions and 38 deletions

View File

@ -5,14 +5,12 @@
- alias: Heal Components Nightly - alias: Heal Components Nightly
id: fb8154d4-52b9-4cf1-9cd3-c9c3cf059992 id: fb8154d4-52b9-4cf1-9cd3-c9c3cf059992
mode: single
trigger: trigger:
platform: time platform: time
at: '2:31:00' at: '2:31:00'
action: action:
# - service: zwave.heal_network - Not needed anymore since I've migrated to Wink.
- service: homeassistant.turn_on
entity_id: switch.bedroom_restart_on
- service: script.tweet_engine_image - service: script.tweet_engine_image
data_template: data_template:

View File

@ -87,14 +87,14 @@ panel_custom:
config: config:
hide_app_toolbar: hide_app_toolbar:
config: /local/custom_ui/floorplan/floorplan.yaml config: /local/custom_ui/floorplan/floorplan.yaml
#
# - name: clock - name: clock
# sidebar_title: Alarm Clock sidebar_title: Alarm Clock
# sidebar_icon: mdi:alarm sidebar_icon: mdi:alarm
# url_path: clock url_path: clock
# config: config:
# hide_app_toolbar: hide_app_toolbar:
# config: /local/custom_ui/floorplan/floorclock.yaml config: /local/custom_ui/floorplan/floorclock.yaml
discovery: discovery:

View File

@ -4,7 +4,7 @@ media_players:
- media_player.living_room_tv - media_player.living_room_tv
- media_player.living_room_ultra - media_player.living_room_ultra
- media_player.upstairs_living_room - media_player.upstairs_living_room
- media_player.bedroom_alarm_panel # - media_player.bedroom_alarm_panel
- media_player.living_room - media_player.living_room
- media_player.office - media_player.office
- media_player.kitchen - media_player.kitchen

View File

@ -24,7 +24,7 @@ logs:
homeassistant.components.rest.sensor: critical homeassistant.components.rest.sensor: critical
homeassistant.components.recorder: error homeassistant.components.recorder: error
homeassistant.components.sensor.pi_hole: critical homeassistant.components.sensor.pi_hole: critical
homeassistant.components.sensor.rest: critical homeassistant.components.sensor.rest: info
homeassistant.components.sensor.darksky: warn homeassistant.components.sensor.darksky: warn
homeassistant.components.tplink.switch: error homeassistant.components.tplink.switch: error
homeassistant.components.zwave: warn homeassistant.components.zwave: warn

View File

@ -12,13 +12,13 @@
# #
#------------------------------------------- #-------------------------------------------
camera: # camera:
- platform: synology # - platform: synology
url: !secret synology_url # url: !secret synology_url
username: !secret synology_username # username: !secret synology_username
password: !secret synology_password # password: !secret synology_password
timeout: 15 # timeout: 15
verify_ssl: False # verify_ssl: False
binary_sensor: binary_sensor:

View File

@ -5,20 +5,6 @@
## [SkyBell HD](https://amzn.to/2dcexIB) ## [SkyBell HD](https://amzn.to/2dcexIB)
################################### ###################################
homeassistant:
group:
skybell:
name: Skybell HD Front Door
entities:
- binary_sensor.skybell_front_door_button
- binary_sensor.skybell_front_door_motion
- camera.front_door
- sensor.skybell_front_door_chime_level
- sensor.skybell_front_door_motion_sensor
- switch.skybell_front_door_do_not_disturb
- switch.skybell_front_door_motion_sensor
skybell: skybell:
username: !secret skybell_username username: !secret skybell_username

View File

@ -292,8 +292,6 @@
{{ lightning() }} {{ lightning() }}
{% endif %} {% endif %}
{{ states('sensor.blitzortung_lightning_counter') }} lightning strike(s)
{{ DoorOpened }} {{ DoorOpened }}
{{ DoorClosed }} {{ DoorClosed }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 37 KiB