albaintor
albaintor
Removed the old integration which has been deleted and added the new forked one ## Checklist - [x] I've read the [publishing documentation](https://hacs.xyz/docs/publish/start). - [x] I've added the [HACS action](https://hacs.xyz/docs/publish/action)...
Added additional commands for AVR : cursor pad, settings and option menu, info as requested in https://github.com/ol-iver/denonavr/issues/289
Added gaz consumption sensors to follow the kWh consumption for both heating and water. The list could be enrich later
Hi, since this update, the call to "watch_for_appliance_state_updates" blocks and won't return. So the component initialization is blocked. Before the method would return immediately and the callback would be called...
Hi @Woyken , I have received this issue from a user https://github.com/albaintor/homeassistant_electrolux_status/issues/28#issuecomment-1943761943 The error comes gigyaClient. I am not really aware of its goal, it seems to extract info based...
Hi, The homeassistant logfile at startup reports the following warning : ` 2024-02-18 20:40:52.805 WARNING (MainThread) [homeassistant.components.climate] Entity None () implements HVACMode(s): off, auto, cool, heat, dry, fan_only and therefore...
Hi, I can successfully add the device after entering the IP address, it detects the model (Z20 Pro), but that's all : I can't control the device nor access to...
Hi, I have added a method to extract the right EPG entry on French EPG : indeed several entries are returned and the right one has to be extracted according...
Hi, I have added the implementation of touch gestures and updated the documentation. I have tested it successfully. To test it : ```python atv = await pyatv.connect(config, loop) companion =...
Several modifications here : - Handle of new event types from the HA driver : unfoldedcircle/event/configure/(un)subscribe in order to send the new entities configured from HA side to the HA...