core/homeassistant/components/watergate/strings.json

91 lines
2.8 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
},
"title": "Configure Watergate device",
"data_description": {
"ip_address": "Provide an IP address of your Watergate device."
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"event": {
"auto_shut_off_volume": {
"name": "Volume auto shut-off",
"state_attributes": {
"event_type": {
"state": {
"volume_threshold": "Volume",
"duration_threshold": "Duration"
}
},
"volume": {
"name": "[%key:component::watergate::entity::event::auto_shut_off_volume::state_attributes::event_type::state::volume_threshold%]"
},
"duration": {
"name": "[%key:component::watergate::entity::event::auto_shut_off_volume::state_attributes::event_type::state::duration_threshold%]"
}
}
},
"auto_shut_off_duration": {
"name": "Duration auto shut-off",
"state_attributes": {
"event_type": {
"state": {
"volume_threshold": "[%key:component::watergate::entity::event::auto_shut_off_volume::state_attributes::event_type::state::volume_threshold%]",
"duration_threshold": "[%key:component::watergate::entity::event::auto_shut_off_volume::state_attributes::event_type::state::duration_threshold%]"
}
},
"volume": {
"name": "[%key:component::watergate::entity::event::auto_shut_off_volume::state_attributes::event_type::state::volume_threshold%]"
},
"duration": {
"name": "[%key:component::watergate::entity::event::auto_shut_off_volume::state_attributes::event_type::state::duration_threshold%]"
}
}
}
},
"sensor": {
"water_meter_volume": {
"name": "Water meter volume"
},
"water_meter_duration": {
"name": "Water meter duration"
},
"wifi_up_since": {
"name": "Wi-Fi up since"
},
"mqtt_up_since": {
"name": "MQTT up since"
},
"water_temperature": {
"name": "Water temperature"
},
"water_pressure": {
"name": "Water pressure"
},
"up_since": {
"name": "Up since"
},
"power_supply_mode": {
"name": "Power supply mode",
"state": {
"battery": "Battery",
"external": "Mains",
"battery_external": "Battery and mains"
}
}
}
}
}