Version 2.0 #554
coreywillwhat
started this conversation in
Ideas
Version 2.0
#554
Replies: 3 comments 1 reply
-
I don't think conslidating actions is ideal. Goes against typical HA approach off "turn_on" and "turn_off" being separate service calls. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you want to break it out to a library package or keep it as a single package? I don't have audi connect so can't test code but happy to share any support I can. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Idea: Use for EU region "EU" instead of "DE" (Germany):) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While we work on getting Version 1 back up and running, I wanted to put down a roadmap for version 2.
General
Coordinator
to allow official front end changes to polling and spook integrationRepairsFlow
to initiate restart after options update.system_health.py
Entities
Doors
Binary Sensor to have attributes for Front Left/Front Right/Back Left/Back Rightclimate
sensor for Climate ControlActions
execute_vehicle_action
.Backend
_LOGGER
which require maintenance such as:audi_connect_ha/custom_components/audiconnect/config_flow.py
Lines 209 to 215 in 9dd2780
LOGGER.info
start_climate_control
withinaudi_services.py
rather thanaudi_account.py
to better reflect user selections in logging and cleaner code review.VERSION
andMINOR_VERSION
toconfig_flow
async_migrate_entry
to__init__.py
core
constantsBeta Was this translation helpful? Give feedback.
All reactions