BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

Add english translations, fix several hassfest errors #179

Open rhammen opened 8 months ago

rhammen commented 8 months ago

Fixes these hassfest erros: Error: R] [MANIFEST] Invalid manifest: extra keys not allowed @ data['homeassistant']. Got '2023.1.0' extra keys not allowed @ data['entity']['sensor']['error_reason']['cause']. Got {'name': 'Cause'} extra keys not allowed @ data['entity']['sensor']['error_reason']['remedy']. Got {'name': 'Remedy'}

BenPru commented 8 months ago

Sorry for the delay. I have created a new branch luxtronik_by_ids. I change the key management to simplify the enums. No double string and int enum. Just 3 IntEnums for Params, Calcs and Visis. It is not running and I'm still working on it.