Added in SleepIQ support! Time for Bed!

This commit is contained in:
CCOSTAN 2017-02-08 01:44:08 +00:00
parent d9bbeb68bf
commit 588065c18c
4 changed files with 144 additions and 4 deletions

View File

@ -105,6 +105,10 @@ media_player:
platform: cast
host: 192.168.10.105
sleepiq:
username: !secret sleepiq_username
password: !secret sleepiq_password
tts:
- platform: google
language: 'en-us'

116
customize/binary_sensors.yaml Executable file
View File

@ -0,0 +1,116 @@
binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_3_0:
friendly_name: 'Aeotec Dsb04100 Door/window Sensor Sensor'
emulated_hue: False
hidden: True
binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_4_0:
friendly_name: 'Aeotec Dsb04100 Door/window Sensor Sensor'
emulated_hue: False
hidden: True
binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_5_0:
friendly_name: 'Aeotec Dsb04100 Door/window Sensor Sensor'
emulated_hue: False
hidden: True
binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_6_0:
friendly_name: 'Aeotec Dsb04100 Door/window Sensor Sensor'
emulated_hue: False
hidden: True
binary_sensor.downstairs_thermostat_fan:
friendly_name: 'Downstairs Thermostat Fan'
emulated_hue: False
hidden: True
binary_sensor.downstairs_thermostat_has_leaf:
friendly_name: 'Downstairs Thermostat Has Leaf'
emulated_hue: False
hidden: True
binary_sensor.downstairs_thermostat_is_locked:
friendly_name: 'Downstairs Thermostat Is Locked'
emulated_hue: False
hidden: True
binary_sensor.downstairs_thermostat_is_using_emergency_heat:
friendly_name: 'Downstairs Thermostat Is Using Emergency Heat'
emulated_hue: False
hidden: True
binary_sensor.downstairs_thermostat_online:
friendly_name: 'Downstairs Thermostat Online'
emulated_hue: False
hidden: True
binary_sensor.enerwave_unknown_type0601_id0903_sensor_2_0:
friendly_name: 'Enerwave Unknown: Type=0601, Id=0903 Sensor'
emulated_hue: False
hidden: True
binary_sensor.sleepnumber_carlo_carlo_is_in_bed:
friendly_name: 'Carlo Is In Bed'
emulated_hue: False
hidden: False
binary_sensor.sleepnumber_carlo_stacey_is_in_bed:
friendly_name: 'Stacey Is In Bed'
emulated_hue: False
hidden: False
binary_sensor.upstairs_thermostat_fan:
friendly_name: 'Upstairs Thermostat Fan'
emulated_hue: False
hidden: True
binary_sensor.upstairs_thermostat_has_leaf:
friendly_name: 'Upstairs Thermostat Has Leaf'
emulated_hue: False
hidden: True
binary_sensor.upstairs_thermostat_is_locked:
friendly_name: 'Upstairs Thermostat Is Locked'
emulated_hue: False
hidden: True
binary_sensor.upstairs_thermostat_is_using_emergency_heat:
friendly_name: 'Upstairs Thermostat Is Using Emergency Heat'
emulated_hue: False
hidden: True
binary_sensor.upstairs_thermostat_online:
friendly_name: 'Upstairs Thermostat Online'
emulated_hue: False
hidden: True

View File

@ -113,7 +113,7 @@ sensor.dark_sky_cloud_coverage:
sensor.dark_sky_humidity:
friendly_name: 'Outdoor Humidity'
emulated_hue: False
hidden: false
hidden: False
icon: mdi:water-percent
@ -127,7 +127,7 @@ sensor.dark_sky_minutely_summary:
sensor.dark_sky_precip_intensity:
friendly_name: 'Rainfall'
emulated_hue: False
hidden: false
hidden: False
icon: mdi:weather-rainy
@ -155,7 +155,7 @@ sensor.downstairs_away_mode:
sensor.downstairs_thermostat_humidity:
friendly_name: 'Downstairs Thermostat Humidity'
emulated_hue: False
hidden: false
hidden: False
icon: mdi:water-percent
@ -369,6 +369,20 @@ sensor.skybell:
icon: mdi:camera-front
sensor.sleepnumber_carlo_carlo_sleepnumber:
friendly_name: 'Carlo Sleepnumber'
emulated_hue: False
hidden: False
icon: mdi:hotel
sensor.sleepnumber_carlo_stacey_sleepnumber:
friendly_name: 'Stacey Sleepnumber'
emulated_hue: False
hidden: False
icon: mdi:hotel
sensor.smart_water_meter:
friendly_name: 'Smart Water Meter'
emulated_hue: False
@ -414,7 +428,7 @@ sensor.upstairs_away_mode:
sensor.upstairs_thermostat_humidity:
friendly_name: 'Upstairs Thermostat Humidity'
emulated_hue: False
hidden: false
hidden: False
icon: mdi:water-percent

6
group/SleepIQ_Bed.yaml Executable file
View File

@ -0,0 +1,6 @@
bed:
entities:
- binary_sensor.sleepnumber_carlo_carlo_is_in_bed
- sensor.sleepnumber_carlo_carlo_sleepnumber
- binary_sensor.sleepnumber_carlo_stacey_is_in_bed
- sensor.sleepnumber_carlo_stacey_sleepnumber