mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
fix go2rtc dependency for development
This commit is contained in:
parent
34616e2c05
commit
772f9dd310
1 changed files with 10 additions and 4 deletions
|
|
@ -1,11 +1,17 @@
|
||||||
# https://www.home-assistant.io/integrations/default_config/
|
# Development-friendly config that excludes go2rtc which has compatibility issues
|
||||||
default_config:
|
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/homeassistant/
|
# https://www.home-assistant.io/integrations/homeassistant/
|
||||||
homeassistant:
|
homeassistant:
|
||||||
debug: true
|
debug: true
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/logger/
|
# Core integrations needed for development
|
||||||
|
http:
|
||||||
|
|
||||||
|
automation:
|
||||||
|
|
||||||
|
script:
|
||||||
|
|
||||||
|
scene:
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
default: info
|
default: info
|
||||||
logs:
|
logs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue