Skip to content

Commit

Permalink
made for esphome and wifi settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed May 30, 2024
1 parent 25fb177 commit daf917f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Children's IoT Clock


[![Made for ESPHome](https://esphome.io/_static/made-for-esphome-black-on-white.svg)](https://esphome.io/guides/made_for_esphome)

## Development

This is all intended to use [dev containers](https://containers.dev/)
Expand Down
8 changes: 5 additions & 3 deletions childrensclock.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
reboot_timeout: 0s
fast_connect: true
ap:
ssid: "Clock Fallback Hotspot"

esp32_improv:
authorizer: false
improv_serial:

captive_portal:

Expand Down Expand Up @@ -38,6 +36,10 @@ esphome:
then:
- light.turn_off: led_matrix_light

dashboard_import:
package_import_url: github://chrisns/childrens-clock/childrensclock.yaml
import_full_config: false

color:
- id: RED_COLOR
red_int: 28
Expand Down
2 changes: 0 additions & 2 deletions secrets.yaml

This file was deleted.

0 comments on commit daf917f

Please sign in to comment.