You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
This seems to restrict the users to having a minimum forced update on the car status to 90 minutes, Effectively doubling the previous minimum.
I see why this change is useful, with reports of 12v battery drain effecting systems.
But it also restricts the experience for those who are willing to "play with fire".
Does this change restrict the user from specifying anything below 90 minutes manually?
What is the default value of the force update number upon install of the addon?
Is it possible to allow the user access to below 90 minute intervals via a setting, Stating that "values below 90 are not recommended and will impact 12v battery performance. USE AT OWN RISK"
The reason will be displayed to describe this comment to others. Learn more.
@GameGrime it would restrict the GUI from going below. I am sure you could either edit the raw value or create an automation that calls the force command more often. Also easy to undo this in the code yourself in your custom_components folder for whatever version you are using.
0c73242
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to restrict the users to having a minimum forced update on the car status to 90 minutes, Effectively doubling the previous minimum.
I see why this change is useful, with reports of 12v battery drain effecting systems.
But it also restricts the experience for those who are willing to "play with fire".
Does this change restrict the user from specifying anything below 90 minutes manually?
What is the default value of the force update number upon install of the addon?
Is it possible to allow the user access to below 90 minute intervals via a setting, Stating that "values below 90 are not recommended and will impact 12v battery performance. USE AT OWN RISK"
0c73242
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GameGrime it would restrict the GUI from going below. I am sure you could either edit the raw value or create an automation that calls the force command more often. Also easy to undo this in the code yourself in your custom_components folder for whatever version you are using.