I’m using websocket to query the information from ha.
using the follow msg can query the area list. Is there a list, what information can be query by websocket.
send_msg = {
“id”: 2,
“type”: “config/area_registry/list”
}
I’m using websocket to query the information from ha.
using the follow msg can query the area list. Is there a list, what information can be query by websocket.
send_msg = {
“id”: 2,
“type”: “config/area_registry/list”
}