Add sensors to Mill local heaters (#61247)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Daniel Hjelseth Høyer 2021-12-09 09:04:19 +01:00 committed by GitHub
parent 54e312e1f7
commit 4c542336d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 0 deletions

View file

@ -78,6 +78,8 @@ async def test_setup_with_local_config(hass):
"ambient_temperature": 20,
"set_temperature": 22,
"current_power": 0,
"control_signal": 0,
"raw_ambient_temperature": 19,
},
) as mock_fetch, patch(
"mill_local.Mill.connect",