Add translations to Plugwise regulation mode (#79597)

This commit is contained in:
Franck Nijhof 2022-10-06 22:16:41 +02:00 committed by GitHub
parent 51e6d49451
commit 6111fb38a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 22 deletions

View file

@ -52,6 +52,7 @@ SELECT_TYPES = (
command=lambda api, loc, opt: api.set_regulation_mode(opt),
current_option_key="regulation_mode",
options_key="regulation_modes",
device_class="plugwise__regulation_mode",
),
)