mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Merge branch 'dev' into esphome_bronze
This commit is contained in:
commit
33ea832452
1
CODEOWNERS
generated
1
CODEOWNERS
generated
@ -1391,7 +1391,6 @@ build.json @home-assistant/supervisor
|
||||
/homeassistant/components/siren/ @home-assistant/core @raman325
|
||||
/tests/components/siren/ @home-assistant/core @raman325
|
||||
/homeassistant/components/sisyphus/ @jkeljo
|
||||
/homeassistant/components/sky_hub/ @rogerselwyn
|
||||
/homeassistant/components/sky_remote/ @dunnmj @saty9
|
||||
/tests/components/sky_remote/ @dunnmj @saty9
|
||||
/homeassistant/components/skybell/ @tkdrob
|
||||
|
@ -14,7 +14,7 @@
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"no_flipr_id_found": "No flipr or hub associated to your account for now. You should verify it is working with the Flipr's mobile app first."
|
||||
"no_flipr_id_found": "No Flipr or hub associated to your account for now. You should verify it is working with the Flipr mobile app first."
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
@ -44,8 +44,8 @@
|
||||
"hub_mode": {
|
||||
"name": "Mode",
|
||||
"state": {
|
||||
"auto": "Automatic",
|
||||
"manual": "Manual",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"manual": "[%key:common::state::manual%]",
|
||||
"planning": "Planning"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"password": "(8 characters, see QR Code under the dustbin)."
|
||||
"password": "(8 characters, see QR code under the dustbin)."
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
@ -36,12 +36,12 @@
|
||||
"fan_speed": {
|
||||
"state": {
|
||||
"default": "Default",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"intensive": "Intensive",
|
||||
"silent": "Silent",
|
||||
"super_silent": "Super silent",
|
||||
"auto": "Auto"
|
||||
"super_silent": "Super silent"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"domain": "sky_hub",
|
||||
"name": "Sky Hub",
|
||||
"codeowners": ["@rogerselwyn"],
|
||||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/sky_hub",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyskyqhub"],
|
||||
|
@ -32,7 +32,7 @@
|
||||
"deaktiviert": "[%key:common::state::disabled%]",
|
||||
"aus": "[%key:common::state::off%]",
|
||||
"standby": "[%key:common::state::standby%]",
|
||||
"auto": "Auto",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"permanent": "Permanent",
|
||||
"initialisierung": "Initialization",
|
||||
"antilegionellenfunktion": "Anti-legionella Function",
|
||||
|
@ -82,7 +82,7 @@
|
||||
"airpurifier_mode": {
|
||||
"state": {
|
||||
"silent": "Silent",
|
||||
"auto": "Auto",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"favorite": "Favorite"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user