mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-28 00:41:31 +00:00
minor updates
This commit is contained in:
@@ -205,7 +205,7 @@ automation:
|
||||
{% else %}
|
||||
{% set doors = states.binary_sensor.single_car_garage_door_tilt_sensor_sensor.name ~ " is " ~
|
||||
('Closed' if states('binary_sensor.single_car_garage_door_tilt_sensor_sensor') == 'off' else 'OPEN')
|
||||
~ " and " ~ states('binary_sensor.two_car_garage_door_tilt_sensor_sensor.name') ~ " is " ~
|
||||
~ " and " ~ state_attr('binary_sensor.two_car_garage_door_tilt_sensor_sensor', 'friendly_name') ~ " is " ~
|
||||
('Closed' if states('binary_sensor.two_car_garage_door_tilt_sensor_sensor') == 'off' else 'OPEN') %}
|
||||
{% endif %}
|
||||
Your {{doors}} on {{ now().strftime("%d %h %Y, at %I:%M:%S %p") }}. Please check the garage snapshot below.
|
||||
|
@@ -59,6 +59,31 @@ sensor:
|
||||
command: /srv/homeassistant/bin/hass --version
|
||||
scan_interval: 86400
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "iotlink/domain/winsvr2016/lwt"
|
||||
name: "Windows Server"
|
||||
value_template: "{{ value }}"
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "iotlink/domain/winsvr2016/windows-monitor/stats/cpu/usage"
|
||||
name: "Windows Server CPU Usage"
|
||||
value_template: "{{ value }}"
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "iotlink/domain/winsvr2016/windows-monitor/stats/memory/used"
|
||||
name: "Windows Server Memory Used"
|
||||
value_template: "{{ value }}"
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "iotlink/domain/winsvr2016/windows-monitor/stats/memory/available"
|
||||
name: "Windows Server Memory Available"
|
||||
value_template: "{{ value }}"
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "iotlink/domain/winsvr2016/windows-monitor/stats/system/idle-time"
|
||||
name: "Windows Server Idle Time"
|
||||
value_template: "{{ value }}"
|
||||
|
||||
pi_hole:
|
||||
host: !secret pi_hole_ip
|
||||
ssl: false
|
||||
|
@@ -135,7 +135,6 @@ sensor:
|
||||
input_boolean:
|
||||
voice_notifications:
|
||||
name: Home Assistant Announcements
|
||||
initial: on
|
||||
icon: mdi:volume-off
|
||||
|
||||
do_not_disturb:
|
||||
@@ -189,7 +188,6 @@ input_boolean:
|
||||
|
||||
notify_camera_alerts:
|
||||
name: Notify Camera Alerts
|
||||
initial: on
|
||||
icon: mdi:camera
|
||||
|
||||
trash_reminders:
|
||||
|
@@ -106,12 +106,10 @@ automation:
|
||||
- switch.bathroom_fragrance
|
||||
- switch.downstairs_fragrance
|
||||
- switch.front_room
|
||||
- switch.garage
|
||||
- switch.guest_bedroom
|
||||
- switch.kids_bed_accent
|
||||
- switch.kids_bedroom
|
||||
- switch.kitchen
|
||||
- switch.office_room
|
||||
- switch.prayer_room
|
||||
- switch.upstairs_fragrance
|
||||
- switch.zwave_smart_switch_switch
|
||||
|
Reference in New Issue
Block a user