Philippe Wechsler
Philippe Wechsler
I went trough the charactristics as well and could not find anything, but it must be possible somehow as it is shown in the app!

Why not use a proxy or an api gateway? Performing action using get requests seems very unproper and also might not b a god way to go, for example if...
Same here, this seems to be the cause: File "/config/custom_components/xcomfort/__init__.py", line 28, in async_setup_entry await hass.async_create_task(hass.config_entries.async_forward_entry_setup(config_entry, "sensor")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?
I think this explains it: https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/
Think I got it, see https://github.com/plamish/xcomfort/pull/47