Your devices
{% if devices %}Name | Status | Amazon type | Google type | Traits | View |
---|---|---|---|---|---|
{{ device.name }} | {% if device.online %} {% set color = 'success' %} {% set status = 'online' %} {% else %} {% set color = 'danger' %} {% set status = 'offline' %} {% endif %} {{ status }} | {{ device.amazon_type | join(', ') }} | {{ device.google_type }} | {{ device.traits | length }} | View |
You does not have any device yet.
{% endif %}After adding, editing or deleting device you need to relink PySmartHome in your assistants. (Automatic device operations reporting is not supported yet.)