diff --git a/homeassistant/components/alarm_control_panel/strings.json b/homeassistant/components/alarm_control_panel/strings.json index 88d203193c3..ce6860f2c31 100644 --- a/homeassistant/components/alarm_control_panel/strings.json +++ b/homeassistant/components/alarm_control_panel/strings.json @@ -14,7 +14,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is armed" + "name": "Alarm is armed" }, "is_armed_away": { "description": "Tests if one or more alarms are armed in away mode.", @@ -24,7 +24,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is armed away" + "name": "Alarm is armed away" }, "is_armed_home": { "description": "Tests if one or more alarms are armed in home mode.", @@ -34,7 +34,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is armed home" + "name": "Alarm is armed home" }, "is_armed_night": { "description": "Tests if one or more alarms are armed in night mode.", @@ -44,7 +44,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is armed night" + "name": "Alarm is armed night" }, "is_armed_vacation": { "description": "Tests if one or more alarms are armed in vacation mode.", @@ -54,7 +54,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is armed vacation" + "name": "Alarm is armed vacation" }, "is_disarmed": { "description": "Tests if one or more alarms are disarmed.", @@ -64,7 +64,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is disarmed" + "name": "Alarm is disarmed" }, "is_triggered": { "description": "Tests if one or more alarms are triggered.", @@ -74,7 +74,7 @@ "name": "[%key:component::alarm_control_panel::common::condition_behavior_name%]" } }, - "name": "If an alarm is triggered" + "name": "Alarm is triggered" } }, "device_automation": { diff --git a/homeassistant/components/assist_satellite/strings.json b/homeassistant/components/assist_satellite/strings.json index 4680df87f33..f544ddbd8d0 100644 --- a/homeassistant/components/assist_satellite/strings.json +++ b/homeassistant/components/assist_satellite/strings.json @@ -14,7 +14,7 @@ "name": "[%key:component::assist_satellite::common::condition_behavior_name%]" } }, - "name": "If a satellite is idle" + "name": "Satellite is idle" }, "is_listening": { "description": "Tests if one or more Assist satellites are listening.", @@ -24,7 +24,7 @@ "name": "[%key:component::assist_satellite::common::condition_behavior_name%]" } }, - "name": "If a satellite is listening" + "name": "Satellite is listening" }, "is_processing": { "description": "Tests if one or more Assist satellites are processing.", @@ -34,7 +34,7 @@ "name": "[%key:component::assist_satellite::common::condition_behavior_name%]" } }, - "name": "If a satellite is processing" + "name": "Satellite is processing" }, "is_responding": { "description": "Tests if one or more Assist satellites are responding.", @@ -44,7 +44,7 @@ "name": "[%key:component::assist_satellite::common::condition_behavior_name%]" } }, - "name": "If a satellite is responding" + "name": "Satellite is responding" } }, "entity_component": { diff --git a/homeassistant/components/fan/strings.json b/homeassistant/components/fan/strings.json index ba6df0a288f..588c6a6c579 100644 --- a/homeassistant/components/fan/strings.json +++ b/homeassistant/components/fan/strings.json @@ -14,7 +14,7 @@ "name": "[%key:component::fan::common::condition_behavior_name%]" } }, - "name": "If a fan is off" + "name": "Fan is off" }, "is_on": { "description": "Tests if one or more fans are on.", @@ -24,7 +24,7 @@ "name": "[%key:component::fan::common::condition_behavior_name%]" } }, - "name": "If a fan is on" + "name": "Fan is on" } }, "device_automation": { diff --git a/homeassistant/components/light/strings.json b/homeassistant/components/light/strings.json index 11e5c9a5309..e0148910ce9 100644 --- a/homeassistant/components/light/strings.json +++ b/homeassistant/components/light/strings.json @@ -49,7 +49,7 @@ "name": "[%key:component::light::common::condition_behavior_name%]" } }, - "name": "If a light is off" + "name": "Light is off" }, "is_on": { "description": "Tests if one or more lights are on.", @@ -59,7 +59,7 @@ "name": "[%key:component::light::common::condition_behavior_name%]" } }, - "name": "If a light is on" + "name": "Light is on" } }, "device_automation": {