Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/climate/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"hvac_action": {
"name": "Current action",
"state": {
"off": "Off",
"off": "[%key:common::state::off%]",
"preheating": "Preheating",
"heating": "Heating",
"cooling": "Cooling",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/deconz/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"dim_down": "Dim down",
"left": "Left",
"right": "Right",
"open": "Open",
"open": "[%key:common::state::open%]",
Comment thread
Kane610 marked this conversation as resolved.
Outdated
Comment thread
jbouwh marked this conversation as resolved.
Outdated
Comment thread
jbouwh marked this conversation as resolved.
Outdated
"close": "Close",
"both_buttons": "Both buttons",
"top_buttons": "Top buttons",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/demo/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"2": "2",
"3": "3",
"auto": "Auto",
"off": "Off"
"off": "[%key:common::state::off%]"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/humidifier/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"humidifying": "Humidifying",
"drying": "Drying",
"idle": "Idle",
"off": "Off"
"off": "[%key:common::state::off%]"
}
},
"available_modes": {
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/lutron_caseta/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"group_1_button_2": "First Group second button",
"group_2_button_1": "Second Group first button",
"group_2_button_2": "Second Group second button",
"on": "On",
"on": "[%key:common::state::on%]",
"stop": "Stop (favorite)",
"off": "Off",
"off": "[%key:common::state::off%]",
"raise": "Raise",
"lower": "Lower",
"open_all": "Open all",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"name": "Repeat",
"state": {
"all": "All",
"off": "Off",
"off": "[%key:common::state::off%]",
"one": "One"
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/mqtt/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"selector": {
"set_ca_cert": {
"options": {
"off": "Off",
"off": "[%key:common::state::off%]",
"auto": "Auto",
"custom": "Custom"
}
Expand Down
8 changes: 4 additions & 4 deletions homeassistant/components/overkiz/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"select": {
"open_closed_pedestrian": {
"state": {
"open": "Open",
"open": "[%key:common::state::open%]",
"pedestrian": "Pedestrian",
"closed": "Closed"
"closed": "[%key:common::state::closed%]"
}
},
"memorized_simple_volume": {
Expand Down Expand Up @@ -121,8 +121,8 @@
},
"three_way_handle_direction": {
"state": {
"closed": "Closed",
"open": "Open",
"closed": "[%key:common::state::closed%]",
"open": "[%key:common::state::open%]",
"tilt": "Tilt"
}
}
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/reolink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"select": {
"floodlight_mode": {
"state": {
"off": "Off",
"off": "[%key:common::state::off%]",
"auto": "Auto",
"schedule": "Schedule"
}
Expand All @@ -74,7 +74,7 @@
},
"auto_quick_reply_message": {
"state": {
"off": "Off"
"off": "[%key:common::state::off%]"
}
},
"auto_track_method": {
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/roborock/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"mop_intensity": {
"name": "Mop intensity",
"state": {
"off": "Off",
"off": "[%key:common::state::off%]",
"low": "Low",
"mild": "Mild",
"medium": "Medium",
Expand Down Expand Up @@ -126,7 +126,7 @@
"balanced": "Balanced",
"custom": "Custom",
"gentle": "Gentle",
"off": "Off",
"off": "[%key:common::state::off%]",
"max": "Max",
"max_plus": "Max plus",
"medium": "Medium",
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/sensibo/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"light": {
"state": {
"on": "On",
"on": "[%key:common::state::on%]",
"dim": "Dim",
"off": "Off"
"off": "[%key:common::state::off%]"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/tuya/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"low": "Low",
"middle": "Middle",
"high": "High",
"closed": "Closed"
"closed": "[%key:common::state::closed%]"
}
},
"vacuum_collection": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/xiaomi_miio/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"state": {
"bright": "Bright",
"dim": "Dim",
"off": "Off"
"off": "[%key:common::state::off%]"
}
},
"display_orientation": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/yamaha_musiccast/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"zone_sleep": {
"state": {
"off": "Off",
"off": "[%key:common::state::off%]",
"30_min": "30 Minutes",
"60_min": "60 Minutes",
"90_min": "90 Minutes",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"dim_down": "Dim down",
"left": "Left",
"right": "Right",
"open": "Open",
"open": "[%key:common::state::open%]",
Comment thread
jbouwh marked this conversation as resolved.
Outdated
"close": "Close",
"both_buttons": "Both buttons",
"button": "Button",
Expand Down