Remove documentation for shiftr (#29410)

This commit is contained in:
Stefan 2023-10-18 21:22:03 +02:00 committed by GitHub
parent 39b7b043d3
commit 24ac991fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 36 deletions

View File

@ -1,36 +0,0 @@
---
title: shiftr.io
description: Transfer events to Shiftr.io.
ha_category:
- History
ha_iot_class: Cloud Push
ha_release: 0.48
ha_domain: shiftr
ha_integration_type: integration
---
The `shiftr` integration makes it possible to transfer details collected with Home Assistant to [Shiftr.io](https://shiftr.io) and visualize the flow of the information. Keep in mind that your details will be public!
## Configuration
Create a new [namespace](https://shiftr.io/new) and generate a new token. You will need to use `Key (Username)` and `Secret (Password)` to setup the integration.
To use the `shiftr` integration in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
shiftr:
username: YOUR_NAMESPACE_USERNAME
password: YOUR_NAMESPACE_PASSWORD
```
{% configuration %}
username:
description: Username for the Shiftr namespace.
required: true
type: string
password:
description: Password for the Shiftr namespace.
required: true
type: string
{% endconfiguration %}

View File

@ -527,6 +527,7 @@ layout: null
/integrations/ruter /more-info/removed-integration 301
/integrations/salt /more-info/removed-integration 301
/integrations/sensehat /more-info/removed-integration 301
/integrations/shiftr /more-info/removed-integration 301
/integrations/sht31 /more-info/removed-integration 301
/integrations/simple_alarm /more-info/removed-integration 301
/integrations/smarthab /more-info/removed-integration 301