Initial Home Assistant commit

This commit is contained in:
2026-06-05 22:34:31 -04:00
commit 6a58b10e6c
4494 changed files with 297833 additions and 0 deletions
@@ -0,0 +1,35 @@
{
"aliases": [
"Google Nest Mini"
],
"author": "Daniel O'Connor <daniel.oconnor@gmail.com>",
"calculation_enabled_condition": "{{ is_state('[[entity]]', 'playing') }}",
"calculation_strategy": "linear",
"created_at": "2022-10-05T10:14:54Z",
"device_type": "smart_speaker",
"linear_config": {
"calibrate": [
"0 -> 2.01",
"10 -> 2.01",
"20 -> 2.04",
"30 -> 2.10",
"40 -> 2.26",
"50 -> 2.49",
"60 -> 2.83",
"70 -> 3.13",
"80 -> 3.37",
"90 -> 3.50",
"100 -> 3.66"
]
},
"measure_description": "Streamed 'Radiohead - National Anthem' using spotify, and took average measurements using the measure.py tool on different volume levels",
"measure_device": "Shelly Plug S",
"measure_method": "manual",
"name": "Nest Mini",
"standby_power": 1.65,
"author_info": {
"name": "Daniel O'Connor",
"email": "daniel.oconnor@gmail.com",
"github": "CloCkWeRX"
}
}