Open Post404 opened 2 years ago
Amazing! Thanks. I saw the change in the release notes and wanted to adapt my setup soon'ish. Thanks :)
In the meantime I've changed a few minor details as well. Let me try to upload my version of the changes before my vacation starting this weekend :)
On a side note: I don't know the reasoning for this change but don't like it. Before each individual entity was clearly defined as an mqtt entity. Now it's quite ambiguous if you just look at, e.g.:
For a package like this I understand you don't like it, but for the most use cases this is a separate file that is included as "mqtt: !include mqtt.yaml". In that case you know you are in the mqtt file. I think this change is done for consistancy, it's build up the same as all the other things now. which in turn makes it easier to understand for new users.
Yeah might be the case. I don't like the change but there are problably reasons for it.
I'm going on a leap here: Everyone who doesn't use a package based approach to Home Assistant configuration is wrong and they should rethink their structures. All other approaches do not scale to a meaningful setup and every snippet or tutorial you find on the web provides config elements with the assumption of packages, hence you are eventually pushed to it. In fact, I wonder if an ha-architecture discussion should be started to introduce a package structure as the default in the new install config example. I should put that on my list of todos.
From https://github.com/home-assistant/core/pull/71676
The background for this PR is that the MQTT integration itself is setup via a config entry, with entities setup via discovery. MQTT entities can also be setup through configuration.yaml though, and those entities are not aware of the MQTT config entry and thus are not removed if the MQTT config entry is disabled or removed.
Apprarently this was driven by a technical limitation :)
Btw do you use the brew cycle automation with the repeated beeping as I implemented it? I have occasional issues with it (beeping continues) and can't quite figure out the cause.
Thanks for the info! I turned off that automation, I was thinking it was me doing something wrong. The only thing I can think of is that it is just repeating the beeping without checking the condition. I can't test it right now though.
Hey,
sorry took me so long but I've now also updated my config. It also includes a few other bits. https://github.com/ThomDietrich/SenseoWifi/blob/master/home-assistant/senseo_wifi.yaml
I did also fix the issue with the automatic brewing cycle. It was rather silly. You should have a look as it is super useful. I use it combination with an Ikea push button, which sets input_boolean.senseowifi_brew_double_automated
to ON.
Hey Thom, They justed introduced a new MQTT configuration format. There is a change needed in the HA configuration for the part with the switch, binary sensors, sensors and the template sensor.
This is the configuration i'm using right now, were I updated everything. I just didn't get the uptime template sensor to work again: