47 lines
980 B
JSON
47 lines
980 B
JSON
[
|
|
{
|
|
"name": "shower active sensor",
|
|
"room": "bathroom",
|
|
"type": "binary_sensor",
|
|
"id": {
|
|
"entity_id": "binary_sensor.shower_active",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "shower water total",
|
|
"room": "bathroom",
|
|
"type": "input_number",
|
|
"id": {
|
|
"entity_id": "input_number.shower_water_total",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "shower duration",
|
|
"room": "bathroom",
|
|
"type": "input_number",
|
|
"id": {
|
|
"entity_id": "input_number.shower_duration",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "shower hot water flow sensor",
|
|
"room": "bathroom",
|
|
"type": "sensor",
|
|
"id": {
|
|
"entity_id": "sensor.esphome_shower_temp_hot_water_flow",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "shower cold water flow sensor",
|
|
"room": "bathroom",
|
|
"type": "sensor",
|
|
"id": {
|
|
"entity_id": "sensor.esphome_shower_temp_cold_water_flow",
|
|
"device_id": null
|
|
}
|
|
}
|
|
] |