Skip to content

Commit

Permalink
smarthome: provide customization options example
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Aug 14, 2024
1 parent de90ea3 commit 952794c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions roles/smarthome/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,18 @@ All-in-one role to install [homeassistant](../homeassistant/readme.md), [mosquit
```yaml
- role: "artyorsh.smarthome.smarthome"
vars:
smarthome_user:
name: "{{ ansible_user }}"
password: "changeme"
smarthome_zigbee_coordinator: "/dev/ttyUSB0"
smarthome_user: { name: "smarthome", password: "changeme" }
```
### Custom settings for individual containers
```yaml
- role: "artyorsh.smarthome.smarthome"
vars:
smarthome_zigbee_coordinator: "/dev/ttyUSB0"
smarthome_user: { name: "smarthome", password: "changeme" }
homeassistant_homekit_config:
filter:
include_entity_globs: ["light.*"]
```

0 comments on commit 952794c

Please sign in to comment.