mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add Surepetcare config flow (#19322)
* Surepetcare, add config flow * ha_config_flow: true
This commit is contained in:
parent
3781eb0745
commit
2ed1551dfa
@ -10,6 +10,7 @@ ha_codeowners:
|
||||
- '@benleb'
|
||||
- '@danielhiversen'
|
||||
ha_domain: surepetcare
|
||||
ha_config_flow: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- sensor
|
||||
@ -17,27 +18,8 @@ ha_platforms:
|
||||
|
||||
The `surepetcare` component allows you to get information on your Sure Petcare Connect Pet or Cat Flap.
|
||||
|
||||
## Configuration
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
To add a flap, feeder or pet, add the following to your `configuration.yaml` file. The Hubs a flap or feeder is connected to, will be discovered automatically.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
surepetcare:
|
||||
username: YOUR_SURE_PETCARE_LOGIN
|
||||
password: YOUR_SURE_PETCARE_PASSWORD
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: The Sure Petcare Username/Email
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The Sure Petcare Password
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Services
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user