mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
ID parameter in file have to be the same as name of file (#400)
This commit is contained in:
parent
d1c2715402
commit
edcca58e38
@ -12,7 +12,7 @@ We have a preinstalled connection profile:
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
[connection]
|
[connection]
|
||||||
id=HassOS default
|
id=my-network
|
||||||
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
|
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
|
||||||
type=802-3-ethernet
|
type=802-3-ethernet
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ method=auto
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
[connection]
|
[connection]
|
||||||
id=hassos-network
|
id=my-network
|
||||||
uuid=d55162b4-6152-4310-9312-8f4c54d86afa
|
uuid=d55162b4-6152-4310-9312-8f4c54d86afa
|
||||||
type=802-3-ethernet
|
type=802-3-ethernet
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ method=auto
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
[connection]
|
[connection]
|
||||||
id=hassos-network
|
id=my-network
|
||||||
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
|
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
|
||||||
type=802-11-wireless
|
type=802-11-wireless
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user