diff --git a/config/configuration.yaml b/config/configuration.yaml index c9198294..77080748 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -129,16 +129,16 @@ light: - platform: flux_led automatic_add: True devices: - 192.168.10.148: + 192.168.10.30: name: led_garage_snip mode: "rgb" - 192.168.10.214: + 192.168.10.31: name: led_outdoor_den mode: "rgb" - 192.168.10.213: + 192.168.10.32: name: led_garage_large mode: "rgb" - 192.168.10.212: + 192.168.10.33: name: led_garage_small mode: "rgb" diff --git a/config/packages/juicenet.yaml b/config/packages/juicenet.yaml index 81dee73f..b4470842 100755 --- a/config/packages/juicenet.yaml +++ b/config/packages/juicenet.yaml @@ -16,7 +16,7 @@ switch: - platform: command_line switches: juicebox_restart: - command_on: "/usr/bin/curl -k 'http://192.168.10.175/command/reboot'" + command_on: "/usr/bin/curl -k 'http://192.168.10.91/command/reboot'" friendly_name: Restart Juicebox group: diff --git a/config/recorder.yaml b/config/recorder.yaml index 14df3361..ca34ea5e 100755 --- a/config/recorder.yaml +++ b/config/recorder.yaml @@ -16,12 +16,14 @@ exclude: - scene - script entities: + - binary_sensor.camera1_motion_sensor + - binary_sensor.camera2_motion_sensor + - binary_sensor.camera3_motion_sensor - sensor.clock_am_pm - sensor.clock_date - sensor.clock_day - sensor.clock_stacey_alarm_time - sensor.clock_time - - sensor.dark_sky_minutely_summary - sensor.date - sensor.external_ip - sensor.floorplan_date diff --git a/config/script/speech_engine.yaml b/config/script/speech_engine.yaml index c97778ee..1b4a4305 100755 --- a/config/script/speech_engine.yaml +++ b/config/script/speech_engine.yaml @@ -139,7 +139,6 @@ speech_engine: {%- macro iss() -%} {% if is_state('binary_sensor.iss', 'on') -%} Here is something interesting. The international space station is above us now. There are {{ states.binary_sensor.iss.attributes['number_of_people_in_space'] }} people in space right now. - {{ outside_weather() }} {% endif -%} {%- endmacro -%} @@ -228,7 +227,7 @@ speech_engine: {% endif %} {# call a Random fact about the house #} - {{ ([iss, moon, uv, holiday]|random)() }} + {{ ([iss, moon, uv, holiday, outside_weather]|random)() }} - service: input_boolean.turn_off data: diff --git a/config/switch/rf_outlets.yaml b/config/switch/rf_outlets.yaml index bd26396e..c4cf6155 100755 --- a/config/switch/rf_outlets.yaml +++ b/config/switch/rf_outlets.yaml @@ -11,7 +11,7 @@ # Thanks to @ZOMBU2 for providing me with the right firmware - http://cn-fwversions.ibroadlink.com/firmware/download/10026/20028.bin - platform: broadlink - host: 192.168.10.218 + host: 192.168.10.118 mac: '34:EA:34:CC:CE:25' switches: kitchen_accents: diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 0ff740c2..3ba5a669 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ diff --git a/config/www/custom_ui/floorplan/images/youtube/PreLoader.gif b/config/www/custom_ui/floorplan/images/youtube/PreLoader.gif deleted file mode 100755 index 97b7de4a..00000000 Binary files a/config/www/custom_ui/floorplan/images/youtube/PreLoader.gif and /dev/null differ