-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
85 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
time: | ||
- platform: homeassistant | ||
id: homeassistant_time | ||
- platform: sntp | ||
id: sntp_time | ||
timezone: America/Chicago | ||
on_time: | ||
- cron: '00 05 * * * *' | ||
then: | ||
- switch.toggle: restart_device | ||
- switch.toggle: reboot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,14 @@ esphome: | |
name: mom_and_dad_garage | ||
platform: ESP8266 | ||
board: d1_mini_pro | ||
platformio_options: | ||
platform: [email protected] | ||
platform_packages: | ||
- platformio/[email protected] | ||
- platformio/[email protected] | ||
# platformio_options: | ||
# platform: [email protected] | ||
# platform_packages: | ||
# - platformio/[email protected] | ||
# - platformio/[email protected] | ||
|
||
<<: !include midnight_reboot.yaml | ||
|
||
|
||
web_server: | ||
port: 80 | ||
|
@@ -65,8 +68,7 @@ switch: | |
inverted: False | ||
|
||
- platform: restart | ||
id: restart_switch | ||
#name: "Mom and Dad Garage Reboot" | ||
id: reboot | ||
|
||
- platform: template | ||
id: garage | ||
|
@@ -78,9 +80,9 @@ switch: | |
|
||
mqtt: | ||
broker: MQTT_BROKER | ||
port: 8883 | ||
ssl_fingerprints: | ||
- 3f3077cf1c6becb8fa6dbc497ac6d9dc2a51bd42 | ||
port: 1883 | ||
# ssl_fingerprints: | ||
# - 3f3077cf1c6becb8fa6dbc497ac6d9dc2a51bd42 | ||
username: owntracks | ||
password: totallyowned | ||
log_topic: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,13 @@ esphome: | |
name: mom_and_dad_gate | ||
platform: ESP8266 | ||
board: d1_mini | ||
platformio_options: | ||
platform: [email protected] | ||
platform_packages: | ||
- platformio/toolchain-xtensa | ||
- platformio/framework-arduinoespressif8266 | ||
# platformio_options: | ||
# platform: [email protected] | ||
# platform_packages: | ||
# - platformio/toolchain-xtensa | ||
# - platformio/framework-arduinoespressif8266 | ||
|
||
<<: !include midnight_reboot.yaml | ||
|
||
web_server: | ||
port: 80 | ||
|
@@ -61,9 +63,9 @@ ota: | |
|
||
mqtt: | ||
broker: MQTT_BROKER | ||
port: 8883 | ||
ssl_fingerprints: | ||
- 3f3077cf1c6becb8fa6dbc497ac6d9dc2a51bd42 | ||
port: 1883 | ||
# ssl_fingerprints: | ||
# - 3f3077cf1c6becb8fa6dbc497ac6d9dc2a51bd42 | ||
username: owntracks | ||
password: totallyowned | ||
log_topic: | ||
|
@@ -159,7 +161,7 @@ binary_sensor: | |
|
||
switch: | ||
- platform: restart | ||
id: Reboot | ||
id: reboot | ||
|
||
# Actual GPIO output | ||
- platform: gpio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 21 additions & 21 deletions
42
www/community/mini-media-player/mini-media-player-bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+145 Bytes
(100%)
www/community/mini-media-player/mini-media-player-bundle.js.gz
Binary file not shown.