diff --git a/basic.yaml b/basic.yaml new file mode 100644 index 0000000..260bf59 --- /dev/null +++ b/basic.yaml @@ -0,0 +1,44 @@ +esphome: + name: $devicename + friendly_name: $friendly_name + comment: ${friendly_name} by Cucky + + +# Enable logging +logger: + +# Enable Home Assistant API +api: + reboot_timeout: 0s + encryption: + #key: ZVnooF1SVXTxhgzwCZCp8QD2t7F26RL+FIRLSu2Wb/I= + key: lN5LrtC9MZKgS/o/Ok7HsnIbz6IcMqqvUxNLtBAeyWE= + +ota: + #password: geagaeh58gaw + password: "0138f5277df71fac2fc4068308002a9c" + platform: esphome + + +web_server: + port: 80 + version: 3 + #log: true + +button: + - platform: restart + name: ${friendly_name} restart + + +sensor: + - platform: uptime + id: uptime_sec + update_interval: 60s + disabled_by_default: true # nezobrazit v HA + +text_sensor: + - platform: version + name: ESPHome Version + hide_timestamp: false + + \ No newline at end of file