Add ClimaCell weather integration (#36547)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
a632215541
commit
eccdae60bf
16 changed files with 1144 additions and 0 deletions
9
tests/components/climacell/const.py
Normal file
9
tests/components/climacell/const.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""Constants for climacell tests."""
|
||||
|
||||
from homeassistant.const import CONF_API_KEY
|
||||
|
||||
API_KEY = "aa"
|
||||
|
||||
MIN_CONFIG = {
|
||||
CONF_API_KEY: API_KEY,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue