-
Notifications
You must be signed in to change notification settings - Fork 2
router targeting
GitHub Action edited this page Jul 20, 2026
·
1 revision
All glinet_router services accept an optional mac parameter. When multiple GL.iNet routers are configured in Home Assistant, you can use the router's MAC address to target a specific instance. If omitted, the first available hub is used.
action: glinet_router.send_sms
data:
mac: 94:83:C4:00:11:22
recipient: "+15551234567"
text: "Hello from Home Assistant"- The MAC address must match the value reported by the integration for that router (visible in the integration device's Settings).
- If only one router is configured, the
macparameter can be omitted. - Unknown or mismatched MAC addresses result in a Home Assistant service error.
- Services & Actions — How to use Home Assistant services with this integration.
-
Refresh Clients — The
refresh_clientsservice.