mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Sisyphus component docs (#5369)
* Sisyphus component docs * ✏️ Tweak * Add entries for the individual components created by my hub component * ⬆️ ha_release to 0.74 * ⬆️ ha_release to 0.74 * ⬆️ ha_release to 0.74 * Update versions, fix copypasta
This commit is contained in:
parent
eceee28362
commit
56ed645012
20
source/_components/light.sisyphus.markdown
Normal file
20
source/_components/light.sisyphus.markdown
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Sisyphus Light"
|
||||
description: "Instructions on how to integrate the light in your Sisyphus Kinetic Art Table into Home Assistant."
|
||||
date: 2018-05-06 22:26
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sisyphus.png
|
||||
ha_category: Light
|
||||
ha_iot_class: "Local Push"
|
||||
ha_release: 0.75
|
||||
---
|
||||
|
||||
The [Sisyphus](https://sisyphus-industries.com/) integration for Home Assistant allows you to observe and control your Sisyphus Kinetic Art Table.
|
||||
|
||||
Lights will be automatically added for each of your Sisyphus tables if the Sisyphus component is configured.
|
||||
|
||||
For more configuration information see the [Sisyphus component](/components/sisyphus/) documentation.
|
20
source/_components/media_player.sisyphus.markdown
Normal file
20
source/_components/media_player.sisyphus.markdown
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Sisyphus Media Player"
|
||||
description: "Instructions on how to integrate media playing on your Sisyphus Kinetic Art Table into Home Assistant."
|
||||
date: 2018-05-06 22:26
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sisyphus.png
|
||||
ha_category: Media Player
|
||||
ha_iot_class: "Local Push"
|
||||
ha_release: 0.75
|
||||
---
|
||||
|
||||
The [Sisyphus](https://sisyphus-industries.com/) integration for Home Assistant allows you to observe and control your Sisyphus Kinetic Art Table.
|
||||
|
||||
Media players will be automatically added for each of your Sisyphus tables if the Sisyphus component is configured.
|
||||
|
||||
For more configuration information see the [Sisyphus component](/components/sisyphus/) documentation.
|
52
source/_components/sisyphus.markdown
Normal file
52
source/_components/sisyphus.markdown
Normal file
@ -0,0 +1,52 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Sisyphus"
|
||||
description: "Instructions on how to integrate your Sisyphus Kinetic Art Table within Home Assistant."
|
||||
date: 2018-05-06 22:26
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sisyphus.png
|
||||
ha_category: Hub
|
||||
featured: false
|
||||
ha_release: 0.75
|
||||
ha_iot_class: "Local Push"
|
||||
---
|
||||
|
||||
The [Sisyphus](https://sisyphus-industries.com/) integration for Home Assistant allows you to observe and control your Sisyphus Kinetic Art Table.
|
||||
|
||||
Each table appears in Home Assistant as a Light and a Media Player.
|
||||
|
||||
The light can be used to sleep/wake the table or adjust the brightness of the table light.
|
||||
|
||||
The media player can be used to sleep/wake the table, play/pause, move between tracks, or toggle shuffle on and off. The "volume" control adjusts the table's speed.
|
||||
|
||||
There are two ways to configure this component. For the automatic discovery of your table(s), simply add the following to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# This will auto-detect all Sisyphus tables on your local network.
|
||||
sisyphus:
|
||||
```
|
||||
|
||||
Auto-detection can be a little slow, so if your table has a fixed IP address or hostname, you may add a list of tables in your `configuration.yaml`. For example:
|
||||
|
||||
```yaml
|
||||
# This will skip auto-detection and add only the listed tables
|
||||
sisyphus:
|
||||
- name: 'TABLE_NAME'
|
||||
host: 'TABLE_IP_OR_HOSTNAME'
|
||||
- name: 'ANOTHER_TABLE_NAME'
|
||||
host: 'ANOTHER_TABLE_IP_OR_HOSTNAME'
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: The name by which the table should appear in Home Assistant
|
||||
required: true
|
||||
type: string
|
||||
host:
|
||||
description: The hostname or IP address of the table
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/sisyphus.png
Normal file
BIN
source/images/supported_brands/sisyphus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user