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