Skip to content

Commit 9263ac6

Browse files
authored
ssl: to verify_ssl: (home-assistant#11990)
changed ssl: to verify_ssl:
1 parent afd1e37 commit 9263ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_integrations/mikrotik.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To use SSL to connect to the API (via `api-ssl` instead of `api` service) furthe
102102
/ip service enable api-ssl
103103
```
104104

105-
Then add `ssl: true` to `mikrotik` device tracker entry in your `configuration.yaml` file.
105+
Then add `verify_ssl: true` to `mikrotik` device tracker entry in your `configuration.yaml` file.
106106

107107
If everything is working fine you can disable the pure `api` service in RouterOS:
108108

@@ -127,7 +127,7 @@ mikrotik:
127127
- host: 192.168.88.1
128128
username: homeassistant
129129
password: YOUR_PASSWORD
130-
ssl: true
130+
verify_ssl: true
131131
arp_ping: true
132132
force_dhcp: true
133133
detection_time: 30

0 commit comments

Comments
 (0)