We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd1e37 commit 9263ac6Copy full SHA for 9263ac6
source/_integrations/mikrotik.markdown
@@ -102,7 +102,7 @@ To use SSL to connect to the API (via `api-ssl` instead of `api` service) furthe
102
/ip service enable api-ssl
103
```
104
105
-Then add `ssl: true` to `mikrotik` device tracker entry in your `configuration.yaml` file.
+Then add `verify_ssl: true` to `mikrotik` device tracker entry in your `configuration.yaml` file.
106
107
If everything is working fine you can disable the pure `api` service in RouterOS:
108
@@ -127,7 +127,7 @@ mikrotik:
127
- host: 192.168.88.1
128
username: homeassistant
129
password: YOUR_PASSWORD
130
- ssl: true
+ verify_ssl: true
131
arp_ping: true
132
force_dhcp: true
133
detection_time: 30
0 commit comments