diff --git a/README.md b/README.md index 9d77af7..bc46555 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,11 @@ At line 34 in the ledstrip_simple.yaml there is a number called num_leds which d This is the config for the Hörmann Garage Doors and it is absolutely snuffing stupid. First of all: It uses a ~~custom component~~... They are called external components now. -Which starts the trouble. You currently cannot use it without using BOTH the door and the output since they are on the same file and I put no safeguards in yet. Maybe later. +Which starts the trouble. Second of all, if you want to change the door, just change the `garageSide` under `substitutions`. It's either `sy` or `wo`. Then let the custom components do their job I suppose. They are under [external_components/hoermann_door](external_components/hoermann_door). The [__init__.py](external_components/hoermann_door/__init__.py) needs to be there while the [cover.py](external_components/hoermann_door/cover.py) and [output.py](external_components/hoermann_door/output.py) make the platforms in `cover` and `output` available. -Otherwise. they works but there is still room for improvements \ No newline at end of file +Otherwise. they works but there is still room for improvements + +Edit: Improvements have been made! (Lights now update their state on the front end). \ No newline at end of file diff --git a/a3pool.yaml b/a3pool.yaml index f151de3..4d6a842 100644 --- a/a3pool.yaml +++ b/a3pool.yaml @@ -7,7 +7,6 @@ ota: password: !secret a3poolpasswd api: - password: !secret a3poolpasswd encryption: key: !secret a3poolkey @@ -18,10 +17,6 @@ wifi: password: !secret wifi_password fast_connect: true -mqtt: - broker: !secret mqtt_broker_2 - client_id: "A3 Pool" - binary_sensor: - platform: gpio pin: @@ -118,8 +113,7 @@ switch: name: "Automate Control" id: control optimistic: true - restore_state: true - + restore_mode: RESTORE_DEFAULT_OFF - platform: template optimistic: false name: pump