-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Add charging and preconditioning actions to Teslemetry #144184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
10000
59dcc5d
to
250d025
Compare
250d025
to
a72fe9d
Compare
a72fe9d
to
91fe192
Compare
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.
All looks good, just one small typo.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
- "[%key:common::time::monday%]" | ||
- "[%key:common::time::tuesday%]" | ||
- "[%key:common::time::wednesday%]" | ||
- "[%key:common::time::thursday%]" | ||
- "[%key:common::time::friday%]" | ||
- "[%key:common::time::saturday%]" | ||
- "[%key:common::time::sunday%]" |
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.
Correct me if I'm wrong, but I think this is not recommended.
So far I have only seen these in strings.json:
"selector": {
"days_of_week": {
"options": {
"monday": "[%key:common::time::monday%]",
"tuesday": "[%key:common::time::tuesday%]",
"wednesday": "[%key:common::time::wednesday%]",
"thursday": "[%key:common::time::thursday%]",
"friday": "[%key:common::time::friday%]",
"saturday": "[%key:common::time::saturday%]",
"sunday": "[%key:common::time::sunday%]"
}
}
}
Proposed change
Add charging and preconditioning actions to Teslemetry
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: