Fresh start - excluded large ROM JSON files
This commit is contained in:
3
home-assistant/list-sensors.ps1
Normal file
3
home-assistant/list-sensors.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$data = Get-Content ha_states.json -Raw | ConvertFrom-Json
|
||||
$sensors = $data | Where-Object { $_.entity_id -match '^sensor\.' }
|
||||
$sensors | ForEach-Object { $_.entity_id }
|
||||
Reference in New Issue
Block a user