network host mode due to wol
This commit is contained in:
parent
8ec25b0c58
commit
1749e818a4
|
|
@ -25,13 +25,8 @@ services:
|
||||||
- ./homeassistant:/config
|
- ./homeassistant:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#network_mode: host
|
network_mode: host #due to wake on lan. mqtt is now localhost. Ports:8123,8060,8883
|
||||||
links:
|
|
||||||
- "mqtt:mqtt"
|
|
||||||
ports:
|
|
||||||
- "8123:8123"
|
|
||||||
- "8060:8060"
|
|
||||||
- "8883:8883"
|
|
||||||
# see https://community.home-assistant.io/t/migration-to-2021-7-fails-fatal-python-error-init-interp-main-cant-initialize-time/320648/28
|
# see https://community.home-assistant.io/t/migration-to-2021-7-fails-fatal-python-error-init-interp-main-cant-initialize-time/320648/28
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
|
|
|
||||||
|
|
@ -36,14 +36,20 @@ devices:
|
||||||
friendly_name: Badlampe
|
friendly_name: Badlampe
|
||||||
'0x001788010e8a8be7':
|
'0x001788010e8a8be7':
|
||||||
friendly_name: Fernbedienung Bad
|
friendly_name: Fernbedienung Bad
|
||||||
'0x00158d00053a1aab':
|
|
||||||
friendly_name: Küchentisch
|
|
||||||
'0x00158d00053c6311':
|
|
||||||
friendly_name: Flurlampe
|
|
||||||
'0xa4c13864e6c8c400':
|
'0xa4c13864e6c8c400':
|
||||||
friendly_name: Bewegungsmelder 1
|
friendly_name: Bewegungsmelder 1
|
||||||
'0xa4c138ef60e2fdbe':
|
'0xa4c138ef60e2fdbe':
|
||||||
friendly_name: Sensor Terassentür
|
friendly_name: Sensor Terassentür
|
||||||
|
'0x00158d00053a1aab':
|
||||||
|
friendly_name: '0x00158d00053a1aab'
|
||||||
|
'0x00158d00053c6311':
|
||||||
|
friendly_name: '0x00158d00053c6311'
|
||||||
|
'0xf0d1b800001388f0':
|
||||||
|
friendly_name: Flurlicht
|
||||||
|
'0x7cb03eaa0a0176bd':
|
||||||
|
friendly_name: Küchentisch
|
||||||
|
'0x000d6f001417c142':
|
||||||
|
friendly_name: Fernbedienung 2
|
||||||
homeassistant:
|
homeassistant:
|
||||||
legacy_entity_attributes: false
|
legacy_entity_attributes: false
|
||||||
legacy_triggers: false
|
legacy_triggers: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue