hass-core/tests/components/smlight/fixtures/sensors.json
TimL 4f53ffcd9c
Add VPN sensor and switch for Smlight integration (#126201)
* Add vpn_status sensor

* update test fixures with new attributes

* Add vpn enabled switch

vpn strings

* Add vpn switch to test

* update snapshots

* Add vpn status to disabled by default test
2024-09-18 11:40:27 +02:00

16 lines
311 B
JSON

{
"esp32_temp": 35.0,
"zb_temp": 32.7,
"uptime": 508125,
"socket_uptime": 127,
"ram_usage": 99,
"fs_used": 188,
"ethernet": true,
"wifi_connected": false,
"wifi_status": 255,
"disable_leds": false,
"night_mode": true,
"auto_zigbee": false,
"vpn_enabled": false,
"vpn_status": true
}