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/
|
||||
default_config:
|
||||
|
||||
# Development-friendly config that excludes go2rtc which has compatibility issues
|
||||
# https://www.home-assistant.io/integrations/homeassistant/
|
||||
homeassistant:
|
||||
debug: true
|
||||
|
||||
# https://www.home-assistant.io/integrations/logger/
|
||||
# Core integrations needed for development
|
||||
http:
|
||||
|
||||
automation:
|
||||
|
||||
script:
|
||||
|
||||
scene:
|
||||
|
||||
logger:
|
||||
default: info
|
||||
logs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue