box: add garage to hass
This commit is contained in:
parent
586a7ead19
commit
92624bd58f
@ -301,6 +301,13 @@ in {
|
||||
value_template = "{{value_json.data.result[0].value[1]}}";
|
||||
};
|
||||
}
|
||||
{
|
||||
resource = "http://127.0.0.1:9001/api/v1/query?query=wstation_temp_c";
|
||||
sensor = {
|
||||
name = "wstation_garage_temp_c";
|
||||
value_template = "{{value_json.data.result[0].value[1]}}";
|
||||
};
|
||||
}
|
||||
];
|
||||
device_tracker = [
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user