Add mdns and flash write settings
This commit is contained in:
parent
fee54fcb99
commit
0fa710408f
@ -205,6 +205,9 @@ script:
|
|||||||
id(supersensor_occupancy).publish_state(false);
|
id(supersensor_occupancy).publish_state(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
preferences:
|
||||||
|
flash_write_interval: 5min
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
level: INFO
|
level: INFO
|
||||||
baud_rate: 115200
|
baud_rate: 115200
|
||||||
@ -218,6 +221,9 @@ web_server:
|
|||||||
|
|
||||||
captive_portal:
|
captive_portal:
|
||||||
|
|
||||||
|
mdns:
|
||||||
|
disabled: false
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ap: {}
|
ap: {}
|
||||||
domain: ""
|
domain: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user