mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +00:00
Add new keys for networkmanager interface update
This commit is contained in:
parent
95991ebdf8
commit
02bcf3ce72
@ -1434,7 +1434,8 @@ Update the settings for a network interface.
|
||||
| address | string | True | The new IP address for the interface in the X.X.X.X/XX format |
|
||||
| dns | list | True | List of DNS servers to use |
|
||||
| gateway | string | True | The gateway the interface should use |
|
||||
| method | string | True | Set if the interface should use DHCP or not, can be `dhcp` or `static` |
|
||||
| method | string | True | Set if the interface should use DHCP or not, can be `dhcp`, `static` or `disabled` |
|
||||
| ip_version | string | True | Set IP version of the interface to modify, can be `ipv4` or `ipv6` |
|
||||
|
||||
**You need to supply at least one key in the payload.**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user