1
mirror of https://github.com/home-assistant/core synced 2024-08-15 18:25:44 +02:00
ha-core/homeassistant/strings.json
2020-04-20 16:25:35 -07:00

21 lines
404 B
JSON

{
"common": {
"state": {
"off": "Off",
"on": "On",
"open": "Open",
"closed": "Closed",
"connected": "Connected",
"disconnected": "Disconnected",
"locked": "Locked",
"unlocked": "Unlocked",
"active": "Active",
"idle": "Idle",
"standby": "Standby",
"paused": "Paused",
"home": "Home",
"not_home": "Away"
}
}
}