mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Authentication, events: replace component by integration (#27775)
This commit is contained in:
parent
45ca65d9d9
commit
44709e5803
@ -197,7 +197,7 @@ For now, meta variables are only respected the first time a particular user is a
|
||||
This is a legacy feature for backwards compatibility and will be dropped in a future release. You should move to one of the other auth providers.
|
||||
</div>
|
||||
|
||||
Activating this auth provider will allow you to authenticate with the API password set in the HTTP component.
|
||||
Activating this auth provider will allow you to authenticate with the API password set in the HTTP integration.
|
||||
|
||||
```yaml
|
||||
homeassistant:
|
||||
|
@ -98,7 +98,7 @@ This event is fired when a new service has been registered within Home Assistant
|
||||
|
||||
| Field | Description |
|
||||
| --------- | ----------------------------------------------------------------------- |
|
||||
| `domain` | The domain of the component that offers this service. Example: `light`. |
|
||||
| `domain` | The domain of the integration that offers this service. Example: `light`. |
|
||||
| `service` | The name of the service. Example: `turn_on` |
|
||||
|
||||
### `service_removed`
|
||||
@ -107,7 +107,7 @@ This event is fired when a service has been removed from Home Assistant.
|
||||
|
||||
| Field | Description |
|
||||
| --------- | ----------------------------------------------------------------------- |
|
||||
| `domain` | The domain of the component that offers this service. Example: `light`. |
|
||||
| `domain` | The domain of the integration that offers this service. Example: `light`. |
|
||||
| `service` | The name of the service. Example: `turn_on` |
|
||||
|
||||
### `state_changed`
|
||||
|
Loading…
x
Reference in New Issue
Block a user