mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
823 lines
31 KiB
JSON
823 lines
31 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"cloud_not_enabled": "Please make sure you run Home Assistant with `{default_config}` enabled in your configuration.yaml.",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"missing_scopes": "Authentication failed. Please make sure you have granted all required permissions.",
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
"reauth_account_mismatch": "Authenticated account does not match the account to be reauthenticated. Please log in with the correct account and pick the right location.",
|
|
"reauth_location_mismatch": "Authenticated location does not match the location to be reauthenticated. Please log in with the correct account and pick the right location.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"step": {
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The SmartThings integration needs to re-authenticate your account",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"acceleration": {
|
|
"name": "Acceleration"
|
|
},
|
|
"child_lock": {
|
|
"name": "Child lock"
|
|
},
|
|
"cool_select_plus_door": {
|
|
"name": "CoolSelect+ door"
|
|
},
|
|
"cooler_door": {
|
|
"name": "Fridge door"
|
|
},
|
|
"door": {
|
|
"name": "[%key:component::binary_sensor::entity_component::door::name%]"
|
|
},
|
|
"dryer_wrinkle_prevent_active": {
|
|
"name": "Wrinkle prevent active"
|
|
},
|
|
"filter_status": {
|
|
"name": "Filter status"
|
|
},
|
|
"freezer_door": {
|
|
"name": "Freezer door"
|
|
},
|
|
"keep_fresh_mode_active": {
|
|
"name": "Keep fresh mode active"
|
|
},
|
|
"remote_control": {
|
|
"name": "Remote control"
|
|
},
|
|
"sub_remote_control": {
|
|
"name": "Upper washer remote control"
|
|
},
|
|
"valve": {
|
|
"name": "Valve"
|
|
}
|
|
},
|
|
"button": {
|
|
"reset_hood_filter": {
|
|
"name": "Reset filter"
|
|
},
|
|
"reset_water_filter": {
|
|
"name": "Reset water filter"
|
|
},
|
|
"stop": {
|
|
"name": "[%key:common::action::stop%]"
|
|
}
|
|
},
|
|
"climate": {
|
|
"air_conditioner": {
|
|
"state_attributes": {
|
|
"fan_mode": {
|
|
"state": {
|
|
"turbo": "Turbo"
|
|
}
|
|
},
|
|
"preset_mode": {
|
|
"state": {
|
|
"long_wind": "Long wind",
|
|
"motion_direct": "Motion direct",
|
|
"motion_indirect": "Motion indirect",
|
|
"quiet": "Quiet",
|
|
"smart": "Smart saver",
|
|
"wind_free": "WindFree",
|
|
"wind_free_sleep": "WindFree sleep"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"event": {
|
|
"button": {
|
|
"state": {
|
|
"double": "Double",
|
|
"down": "Down",
|
|
"down_2x": "Down 2x",
|
|
"down_3x": "Down 3x",
|
|
"down_4x": "Down 4x",
|
|
"down_5x": "Down 5x",
|
|
"down_6x": "Down 6x",
|
|
"down_hold": "Down hold",
|
|
"held": "Held",
|
|
"pushed": "Pushed",
|
|
"pushed_2x": "Pushed 2x",
|
|
"pushed_3x": "Pushed 3x",
|
|
"pushed_4x": "Pushed 4x",
|
|
"pushed_5x": "Pushed 5x",
|
|
"pushed_6x": "Pushed 6x",
|
|
"swipe_down": "Swipe down",
|
|
"swipe_left": "Swipe left",
|
|
"swipe_right": "Swipe right",
|
|
"swipe_up": "Swipe up",
|
|
"up": "Up",
|
|
"up_2x": "Up 2x",
|
|
"up_3x": "Up 3x",
|
|
"up_4x": "Up 4x",
|
|
"up_5x": "Up 5x",
|
|
"up_6x": "Up 6x",
|
|
"up_hold": "Up hold"
|
|
}
|
|
}
|
|
},
|
|
"number": {
|
|
"cool_select_plus_temperature": {
|
|
"name": "CoolSelect+ temperature"
|
|
},
|
|
"cooler_temperature": {
|
|
"name": "Fridge temperature"
|
|
},
|
|
"freezer_temperature": {
|
|
"name": "Freezer temperature"
|
|
},
|
|
"hood_fan_speed": {
|
|
"name": "Fan speed"
|
|
},
|
|
"target_temperature": {
|
|
"name": "Target temperature"
|
|
},
|
|
"washer_rinse_cycles": {
|
|
"name": "Rinse cycles",
|
|
"unit_of_measurement": "cycles"
|
|
}
|
|
},
|
|
"select": {
|
|
"detergent_amount": {
|
|
"name": "Detergent dispense amount",
|
|
"state": {
|
|
"custom": "Custom",
|
|
"extra": "Extra",
|
|
"less": "Less",
|
|
"none": "[%key:common::state::off%]",
|
|
"standard": "Standard"
|
|
}
|
|
},
|
|
"dust_filter_alarm": {
|
|
"name": "Dust filter alarm threshold",
|
|
"unit_of_measurement": "hours"
|
|
},
|
|
"flexible_detergent_amount": {
|
|
"name": "Flexible compartment dispense amount",
|
|
"state": {
|
|
"custom": "[%key:component::smartthings::entity::select::detergent_amount::state::custom%]",
|
|
"extra": "[%key:component::smartthings::entity::select::detergent_amount::state::extra%]",
|
|
"less": "[%key:component::smartthings::entity::select::detergent_amount::state::less%]",
|
|
"none": "[%key:common::state::off%]",
|
|
"standard": "[%key:component::smartthings::entity::select::detergent_amount::state::standard%]"
|
|
}
|
|
},
|
|
"lamp": {
|
|
"name": "Lamp",
|
|
"state": {
|
|
"extra_high": "Extra high",
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"mid": "Mid",
|
|
"off": "[%key:common::state::off%]",
|
|
"on": "[%key:common::state::on%]"
|
|
}
|
|
},
|
|
"operating_state": {
|
|
"state": {
|
|
"pause": "[%key:common::state::paused%]",
|
|
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
|
"stop": "[%key:common::state::stopped%]"
|
|
}
|
|
},
|
|
"soil_level": {
|
|
"name": "Soil level",
|
|
"state": {
|
|
"down": "Down",
|
|
"extra_heavy": "Extra heavy",
|
|
"extra_light": "Extra light",
|
|
"heavy": "Heavy",
|
|
"light": "Light",
|
|
"none": "None",
|
|
"normal": "[%key:common::state::normal%]",
|
|
"up": "Up"
|
|
}
|
|
},
|
|
"spin_level": {
|
|
"name": "Spin level",
|
|
"state": {
|
|
"200": "200",
|
|
"400": "400",
|
|
"600": "600",
|
|
"800": "800",
|
|
"1000": "1000",
|
|
"1200": "1200",
|
|
"1400": "1400",
|
|
"1600": "1600",
|
|
"delicate": "Delicate",
|
|
"extra_high": "Extra high",
|
|
"extra_low": "Extra low",
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"no_spin": "No spin",
|
|
"none": "None",
|
|
"rinse_hold": "Rinse hold"
|
|
}
|
|
},
|
|
"water_temperature": {
|
|
"name": "Water temperature",
|
|
"state": {
|
|
"20": "20",
|
|
"30": "30",
|
|
"40": "40",
|
|
"50": "50",
|
|
"60": "60",
|
|
"65": "65",
|
|
"70": "70",
|
|
"75": "75",
|
|
"80": "80",
|
|
"90": "90",
|
|
"95": "95",
|
|
"cold": "Cold",
|
|
"cool": "Cool",
|
|
"eco_warm": "Eco Warm",
|
|
"extra_hot": "Extra Hot",
|
|
"extra_low": "Extra Low",
|
|
"high": "[%key:common::state::high%]",
|
|
"hot": "Hot",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"medium_low": "Medium Low",
|
|
"none": "None",
|
|
"semi_hot": "Semi Hot",
|
|
"tap_cold": "Tap Cold",
|
|
"warm": "Warm"
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"air_conditioner_mode": {
|
|
"name": "Air conditioner mode"
|
|
},
|
|
"air_quality": {
|
|
"name": "Air quality"
|
|
},
|
|
"alarm": {
|
|
"name": "Alarm",
|
|
"state": {
|
|
"both": "Strobe and siren",
|
|
"off": "[%key:common::state::off%]",
|
|
"siren": "Siren",
|
|
"strobe": "Strobe"
|
|
}
|
|
},
|
|
"audio_volume": {
|
|
"name": "Volume"
|
|
},
|
|
"body_mass_index": {
|
|
"name": "Body mass index"
|
|
},
|
|
"body_weight": {
|
|
"name": "Body weight"
|
|
},
|
|
"brightness_intensity": {
|
|
"name": "Brightness intensity"
|
|
},
|
|
"carbon_monoxide_detector": {
|
|
"name": "Carbon monoxide detector",
|
|
"state": {
|
|
"clear": "Clear",
|
|
"detected": "Detected",
|
|
"tested": "Tested"
|
|
}
|
|
},
|
|
"completion_time": {
|
|
"name": "Completion time"
|
|
},
|
|
"cooktop_operating_state": {
|
|
"name": "Operating state",
|
|
"state": {
|
|
"finished": "[%key:component::smartthings::entity::sensor::oven_job_state::state::finished%]",
|
|
"paused": "[%key:common::state::paused%]",
|
|
"ready": "[%key:component::smartthings::entity::sensor::oven_machine_state::state::ready%]",
|
|
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]"
|
|
}
|
|
},
|
|
"cooler_temperature": {
|
|
"name": "Fridge temperature"
|
|
},
|
|
"dishwasher_job_state": {
|
|
"name": "Job state",
|
|
"state": {
|
|
"air_wash": "Air wash",
|
|
"cooling": "Cooling",
|
|
"drying": "Drying",
|
|
"finish": "Finish",
|
|
"pre_drain": "Pre-drain",
|
|
"pre_wash": "Pre-wash",
|
|
"rinse": "Rinse",
|
|
"spin": "Spin",
|
|
"wash": "Wash",
|
|
"wrinkle_prevent": "Wrinkle prevention"
|
|
}
|
|
},
|
|
"dishwasher_machine_state": {
|
|
"name": "Machine state",
|
|
"state": {
|
|
"pause": "[%key:common::state::paused%]",
|
|
"run": "Running",
|
|
"stop": "[%key:common::state::stopped%]"
|
|
}
|
|
},
|
|
"diverter_valve_position": {
|
|
"name": "Valve position",
|
|
"state": {
|
|
"room": "Room",
|
|
"tank": "Tank"
|
|
}
|
|
},
|
|
"dryer_job_state": {
|
|
"name": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::name%]",
|
|
"state": {
|
|
"ai_drying": "AI drying",
|
|
"continuous_dehumidifying": "Continuous dehumidifying",
|
|
"cooling": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::cooling%]",
|
|
"dehumidifying": "Dehumidifying",
|
|
"delay_wash": "[%key:component::smartthings::entity::sensor::washer_job_state::state::delay_wash%]",
|
|
"drying": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::drying%]",
|
|
"finished": "[%key:component::smartthings::entity::sensor::oven_job_state::state::finished%]",
|
|
"freeze_protection": "Freeze protection",
|
|
"internal_care": "Internal care",
|
|
"none": "[%key:component::smartthings::entity::sensor::washer_job_state::state::none%]",
|
|
"refreshing": "Refreshing",
|
|
"sanitizing": "Sanitizing",
|
|
"thawing_frozen_inside": "Thawing frozen inside",
|
|
"weight_sensing": "[%key:component::smartthings::entity::sensor::washer_job_state::state::weight_sensing%]",
|
|
"wrinkle_prevent": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::wrinkle_prevent%]"
|
|
}
|
|
},
|
|
"dryer_machine_state": {
|
|
"name": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::name%]",
|
|
"state": {
|
|
"pause": "[%key:common::state::paused%]",
|
|
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
|
"stop": "[%key:common::state::stopped%]"
|
|
}
|
|
},
|
|
"dryer_mode": {
|
|
"name": "Dryer mode"
|
|
},
|
|
"energy_difference": {
|
|
"name": "Energy difference"
|
|
},
|
|
"energy_saved": {
|
|
"name": "Energy saved"
|
|
},
|
|
"equivalent_carbon_dioxide": {
|
|
"name": "Equivalent carbon dioxide"
|
|
},
|
|
"formaldehyde": {
|
|
"name": "Formaldehyde"
|
|
},
|
|
"freezer_temperature": {
|
|
"name": "Freezer temperature"
|
|
},
|
|
"gas_meter": {
|
|
"name": "Gas meter"
|
|
},
|
|
"gas_meter_calorific": {
|
|
"name": "Gas meter calorific"
|
|
},
|
|
"gas_meter_time": {
|
|
"name": "Gas meter time"
|
|
},
|
|
"heating_mode": {
|
|
"name": "Burner {burner_id} heating mode",
|
|
"state": {
|
|
"boost": "Boost",
|
|
"defrost": "Defrost",
|
|
"keep_warm": "Keep warm",
|
|
"manual": "[%key:common::state::manual%]",
|
|
"melt": "Melt",
|
|
"off": "[%key:common::state::off%]",
|
|
"quick_preheat": "Quick preheat",
|
|
"simmer": "Simmer"
|
|
}
|
|
},
|
|
"hood_filter_usage": {
|
|
"name": "Filter usage"
|
|
},
|
|
"infrared_level": {
|
|
"name": "Infrared level"
|
|
},
|
|
"lighting_mode": {
|
|
"name": "Activity lighting mode"
|
|
},
|
|
"link_quality": {
|
|
"name": "Link quality"
|
|
},
|
|
"manual_level": {
|
|
"name": "Burner {burner_id} level"
|
|
},
|
|
"media_input_source": {
|
|
"name": "Media input source",
|
|
"state": {
|
|
"am": "AM",
|
|
"analog1": "Analog 1",
|
|
"analog2": "Analog 2",
|
|
"analog3": "Analog 3",
|
|
"aux": "AUX",
|
|
"bluetooth": "Bluetooth",
|
|
"cd": "CD",
|
|
"coaxial": "Coaxial",
|
|
"digital": "Digital",
|
|
"digitaltv": "Digital TV",
|
|
"fm": "FM",
|
|
"hdmi": "HDMI",
|
|
"hdmi1": "HDMI 1",
|
|
"hdmi2": "HDMI 2",
|
|
"hdmi3": "HDMI 3",
|
|
"hdmi4": "HDMI 4",
|
|
"hdmi5": "HDMI 5",
|
|
"hdmi6": "HDMI 6",
|
|
"melon": "Melon",
|
|
"network": "Network",
|
|
"optical": "Optical",
|
|
"phono": "Phono",
|
|
"usb": "USB",
|
|
"wifi": "Wi-Fi",
|
|
"youtube": "YouTube"
|
|
}
|
|
},
|
|
"media_playback_repeat": {
|
|
"name": "Media playback repeat"
|
|
},
|
|
"media_playback_shuffle": {
|
|
"name": "Media playback shuffle"
|
|
},
|
|
"media_playback_status": {
|
|
"name": "Media playback status"
|
|
},
|
|
"odor_sensor": {
|
|
"name": "Odor sensor"
|
|
},
|
|
"oven_job_state": {
|
|
"name": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::name%]",
|
|
"state": {
|
|
"cleaning": "Cleaning",
|
|
"cooking": "Cooking",
|
|
"cooling": "Cooling",
|
|
"defrosting": "Defrosting",
|
|
"draining": "Draining",
|
|
"fast_preheat": "Fast preheat",
|
|
"finished": "Finished",
|
|
"preheat": "Preheat",
|
|
"ready": "Ready",
|
|
"rinsing": "Rinsing",
|
|
"scheduled_end": "Scheduled end",
|
|
"scheduled_start": "Scheduled start",
|
|
"searing": "Searing",
|
|
"sensing": "Sensing",
|
|
"stone_heating": "Stone heating",
|
|
"time_hold_preheat": "Time hold preheat",
|
|
"warming": "Warming"
|
|
}
|
|
},
|
|
"oven_machine_state": {
|
|
"name": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::name%]",
|
|
"state": {
|
|
"paused": "[%key:common::state::paused%]",
|
|
"ready": "Ready",
|
|
"running": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]"
|
|
}
|
|
},
|
|
"oven_mode": {
|
|
"name": "Oven mode",
|
|
"state": {
|
|
"bake": "Bake",
|
|
"bottom_heat": "Bottom heat",
|
|
"broil": "Broil",
|
|
"convection_bake": "Convection bake",
|
|
"convection_broil": "Convection broil",
|
|
"convection_roast": "Convection roast",
|
|
"conventional": "Conventional",
|
|
"defrosting": "Defrosting",
|
|
"dehydrate": "Dehydrate",
|
|
"descale": "Descale",
|
|
"grill": "Grill",
|
|
"heating": "Heating",
|
|
"microwave": "Microwave",
|
|
"microwave_plus_convection": "Microwave plus convection",
|
|
"microwave_plus_grill": "Microwave plus grill",
|
|
"microwave_plus_hot_blast": "Microwave plus hot blast",
|
|
"microwave_plus_hot_blast_2": "Microwave plus hot blast 2",
|
|
"others": "Others",
|
|
"proof": "Proof",
|
|
"rinse": "Rinse",
|
|
"slim_middle": "Slim middle",
|
|
"slim_strong": "Slim strong",
|
|
"slow_cook": "Slow cook",
|
|
"steam_bake": "Steam bake",
|
|
"steam_bottom_heat_plus_convection": "Steam bottom heat plus convection",
|
|
"steam_cook": "Steam cook",
|
|
"steam_roast": "Steam roast",
|
|
"strong_steam": "Strong steam",
|
|
"warming": "Warming"
|
|
}
|
|
},
|
|
"oven_setpoint": {
|
|
"name": "Setpoint"
|
|
},
|
|
"pm10_health_concern": {
|
|
"name": "PM10 health concern",
|
|
"state": {
|
|
"good": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::good%]",
|
|
"hazardous": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::hazardous%]",
|
|
"moderate": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::moderate%]",
|
|
"slightly_unhealthy": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::slightly_unhealthy%]",
|
|
"unhealthy": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::unhealthy%]",
|
|
"very_unhealthy": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::very_unhealthy%]"
|
|
}
|
|
},
|
|
"pm1_health_concern": {
|
|
"name": "PM1 health concern",
|
|
"state": {
|
|
"good": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::good%]",
|
|
"hazardous": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::hazardous%]",
|
|
"moderate": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::moderate%]",
|
|
"slightly_unhealthy": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::slightly_unhealthy%]",
|
|
"unhealthy": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::unhealthy%]",
|
|
"very_unhealthy": "[%key:component::smartthings::entity::sensor::pm25_health_concern::state::very_unhealthy%]"
|
|
}
|
|
},
|
|
"pm25_health_concern": {
|
|
"name": "PM2.5 health concern",
|
|
"state": {
|
|
"good": "Good",
|
|
"hazardous": "Hazardous",
|
|
"moderate": "Moderate",
|
|
"slightly_unhealthy": "Slightly unhealthy",
|
|
"unhealthy": "Unhealthy",
|
|
"very_unhealthy": "Very unhealthy"
|
|
}
|
|
},
|
|
"power_energy": {
|
|
"name": "Power energy"
|
|
},
|
|
"power_source": {
|
|
"name": "Power source"
|
|
},
|
|
"refrigeration_setpoint": {
|
|
"name": "[%key:component::smartthings::entity::sensor::oven_setpoint::name%]"
|
|
},
|
|
"robot_cleaner_cleaning_mode": {
|
|
"name": "Cleaning mode",
|
|
"state": {
|
|
"auto": "[%key:common::state::auto%]",
|
|
"manual": "[%key:common::state::manual%]",
|
|
"map": "Map",
|
|
"part": "Partial",
|
|
"repeat": "Repeat",
|
|
"stop": "[%key:common::action::stop%]"
|
|
}
|
|
},
|
|
"robot_cleaner_movement": {
|
|
"name": "Movement",
|
|
"state": {
|
|
"after": "After",
|
|
"alarm": "Alarm",
|
|
"charging": "[%key:common::state::charging%]",
|
|
"cleaning": "Cleaning",
|
|
"homing": "Homing",
|
|
"idle": "[%key:common::state::idle%]",
|
|
"off": "[%key:common::state::off%]",
|
|
"pause": "[%key:common::state::paused%]",
|
|
"point": "Point",
|
|
"reserve": "Reserve"
|
|
}
|
|
},
|
|
"robot_cleaner_turbo_mode": {
|
|
"name": "Turbo mode",
|
|
"state": {
|
|
"extra_silence": "Extra silent",
|
|
"off": "[%key:common::state::off%]",
|
|
"on": "[%key:common::state::on%]",
|
|
"silence": "Silent"
|
|
}
|
|
},
|
|
"smoke_detector": {
|
|
"name": "Smoke detector",
|
|
"state": {
|
|
"clear": "[%key:component::smartthings::entity::sensor::carbon_monoxide_detector::state::clear%]",
|
|
"detected": "[%key:component::smartthings::entity::sensor::carbon_monoxide_detector::state::detected%]",
|
|
"tested": "[%key:component::smartthings::entity::sensor::carbon_monoxide_detector::state::tested%]"
|
|
}
|
|
},
|
|
"thermostat_cooling_setpoint": {
|
|
"name": "Cooling setpoint"
|
|
},
|
|
"thermostat_fan_mode": {
|
|
"name": "Fan mode"
|
|
},
|
|
"thermostat_heating_setpoint": {
|
|
"name": "Heating setpoint"
|
|
},
|
|
"thermostat_mode": {
|
|
"name": "Mode"
|
|
},
|
|
"thermostat_operating_state": {
|
|
"name": "Operating state"
|
|
},
|
|
"thermostat_setpoint": {
|
|
"name": "[%key:component::smartthings::entity::sensor::oven_setpoint::name%]"
|
|
},
|
|
"tv_channel": {
|
|
"name": "TV channel"
|
|
},
|
|
"tv_channel_name": {
|
|
"name": "TV channel name"
|
|
},
|
|
"uv_index": {
|
|
"name": "UV index"
|
|
},
|
|
"washer_job_state": {
|
|
"name": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::name%]",
|
|
"state": {
|
|
"ai_rinse": "AI rinse",
|
|
"ai_spin": "AI spin",
|
|
"ai_wash": "AI wash",
|
|
"air_wash": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::air_wash%]",
|
|
"cooling": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::cooling%]",
|
|
"delay_wash": "Delay wash",
|
|
"drying": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::drying%]",
|
|
"finish": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::finish%]",
|
|
"freeze_protection": "Freeze protection",
|
|
"none": "None",
|
|
"pre_wash": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::pre_wash%]",
|
|
"rinse": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::rinse%]",
|
|
"spin": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::spin%]",
|
|
"wash": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::wash%]",
|
|
"weight_sensing": "Weight sensing",
|
|
"wrinkle_prevent": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::wrinkle_prevent%]"
|
|
}
|
|
},
|
|
"washer_machine_state": {
|
|
"name": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::name%]",
|
|
"state": {
|
|
"pause": "[%key:common::state::paused%]",
|
|
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
|
"stop": "[%key:common::state::stopped%]"
|
|
}
|
|
},
|
|
"washer_mode": {
|
|
"name": "Washer mode"
|
|
},
|
|
"washer_sub_completion_time": {
|
|
"name": "Upper washer completion time"
|
|
},
|
|
"washer_sub_job_state": {
|
|
"name": "Upper washer job state",
|
|
"state": {
|
|
"ai_rinse": "[%key:component::smartthings::entity::sensor::washer_job_state::state::ai_rinse%]",
|
|
"ai_spin": "[%key:component::smartthings::entity::sensor::washer_job_state::state::ai_spin%]",
|
|
"ai_wash": "[%key:component::smartthings::entity::sensor::washer_job_state::state::ai_wash%]",
|
|
"air_wash": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::air_wash%]",
|
|
"cooling": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::cooling%]",
|
|
"delay_wash": "[%key:component::smartthings::entity::sensor::washer_job_state::state::delay_wash%]",
|
|
"drying": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::drying%]",
|
|
"finish": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::finish%]",
|
|
"freeze_protection": "[%key:component::smartthings::entity::sensor::washer_job_state::state::freeze_protection%]",
|
|
"none": "[%key:component::smartthings::entity::sensor::washer_job_state::state::none%]",
|
|
"pre_wash": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::pre_wash%]",
|
|
"rinse": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::rinse%]",
|
|
"spin": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::spin%]",
|
|
"wash": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::wash%]",
|
|
"weight_sensing": "[%key:component::smartthings::entity::sensor::washer_job_state::state::weight_sensing%]",
|
|
"wrinkle_prevent": "[%key:component::smartthings::entity::sensor::dishwasher_job_state::state::wrinkle_prevent%]"
|
|
}
|
|
},
|
|
"washer_sub_machine_state": {
|
|
"name": "Upper washer machine state",
|
|
"state": {
|
|
"pause": "[%key:common::state::paused%]",
|
|
"run": "[%key:component::smartthings::entity::sensor::dishwasher_machine_state::state::run%]",
|
|
"stop": "[%key:common::state::stopped%]"
|
|
}
|
|
},
|
|
"water_consumption": {
|
|
"name": "Water consumption"
|
|
},
|
|
"water_filter_usage": {
|
|
"name": "Water filter usage"
|
|
},
|
|
"x_coordinate": {
|
|
"name": "X coordinate"
|
|
},
|
|
"y_coordinate": {
|
|
"name": "Y coordinate"
|
|
},
|
|
"z_coordinate": {
|
|
"name": "Z coordinate"
|
|
}
|
|
},
|
|
"switch": {
|
|
"auto_cycle_link": {
|
|
"name": "Auto Cycle Link"
|
|
},
|
|
"bubble_soak": {
|
|
"name": "Bubble Soak"
|
|
},
|
|
"display_lighting": {
|
|
"name": "Display lighting"
|
|
},
|
|
"ice_maker": {
|
|
"name": "Cubed ice"
|
|
},
|
|
"ice_maker_2": {
|
|
"name": "Ice Bites"
|
|
},
|
|
"keep_fresh_mode": {
|
|
"name": "Keep fresh mode"
|
|
},
|
|
"power_cool": {
|
|
"name": "Power cool"
|
|
},
|
|
"power_freeze": {
|
|
"name": "Power freeze"
|
|
},
|
|
"sabbath_mode": {
|
|
"name": "Sabbath mode"
|
|
},
|
|
"sanitize": {
|
|
"name": "Sanitize"
|
|
},
|
|
"sound_effect": {
|
|
"name": "Sound effect"
|
|
},
|
|
"wrinkle_prevent": {
|
|
"name": "Wrinkle prevent"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_dhw": {
|
|
"description": "The sensor {entity_name} (`{entity_id}`) is deprecated because it has been replaced with a water heater entity.\n\nPlease update your dashboards and templates to use the new water heater entity and disable the sensor to fix this issue.",
|
|
"title": "Water heater sensors deprecated"
|
|
},
|
|
"deprecated_dhw_scripts": {
|
|
"description": "The sensor {entity_name} (`{entity_id}`) is deprecated because it has been replaced with a water heater entity.\n\nThe sensor was used in the following automations or scripts:\n{items}\n\nPlease update the above automations or scripts to use the new water heater entity and disable the sensor to fix this issue.",
|
|
"title": "[%key:component::smartthings::issues::deprecated_dhw::title%]"
|
|
},
|
|
"deprecated_media_player": {
|
|
"description": "The sensor {entity_name} (`{entity_id}`) is deprecated because it has been replaced with a media player entity.\n\nPlease update your dashboards and templates to use the new media player entity and disable the sensor to fix this issue.",
|
|
"title": "Media player sensors deprecated"
|
|
},
|
|
"deprecated_media_player_scripts": {
|
|
"description": "The sensor {entity_name} (`{entity_id}`) is deprecated because it has been replaced with a media player entity.\n\nThe sensor was used in the following automations or scripts:\n{items}\n\nPlease update the above automations or scripts to use the new media player entity and disable the sensor to fix this issue.",
|
|
"title": "Deprecated sensor detected in some automations or scripts"
|
|
},
|
|
"deprecated_switch_appliance": {
|
|
"description": "The switch `{entity_id}` is deprecated because the actions did not work, so it has been replaced with a binary sensor instead.\n\nPlease update your dashboards, templates accordingly and disable the entity to fix this issue.",
|
|
"title": "Appliance switch deprecated"
|
|
},
|
|
"deprecated_switch_appliance_scripts": {
|
|
"description": "The switch `{entity_id}` is deprecated because the actions did not work, so it has been replaced with a binary sensor instead.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new binary sensor in the above automations or scripts and disable the switch to fix this issue.",
|
|
"title": "[%key:component::smartthings::issues::deprecated_switch_appliance::title%]"
|
|
},
|
|
"deprecated_switch_dhw": {
|
|
"description": "The switch `{entity_id}` is deprecated and a water heater entity has been added to replace it.\n\nPlease update your dashboards and templates accordingly and disable the switch to fix this issue.",
|
|
"title": "Heat pump switch deprecated"
|
|
},
|
|
"deprecated_switch_dhw_scripts": {
|
|
"description": "The switch `{entity_id}` is deprecated and a water heater entity has been added to replace it.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new water heater entity in the above automations or scripts and disable the switch to fix this issue.",
|
|
"title": "[%key:component::smartthings::issues::deprecated_switch_dhw::title%]"
|
|
},
|
|
"deprecated_switch_media_player": {
|
|
"description": "The switch `{entity_id}` is deprecated and a media player entity has been added to replace it.\n\nPlease update your dashboards and templates accordingly and disable the switch to fix this issue.",
|
|
"title": "[%key:component::smartthings::issues::deprecated_switch_appliance::title%]"
|
|
},
|
|
"deprecated_switch_media_player_scripts": {
|
|
"description": "The switch `{entity_id}` is deprecated and a media player entity has been added to replace it.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new media player entity in the above automations or scripts and disable the switch to fix this issue.",
|
|
"title": "[%key:component::smartthings::issues::deprecated_switch_appliance::title%]"
|
|
}
|
|
}
|
|
}
|