immersive-home/docs/reference/lib--home_apis--hass_ws--handlers--integration.md

49 lines
1.6 KiB
Markdown
Raw Normal View History

2024-03-16 19:45:43 +02:00
# Integration
**Inherits:** [RefCounted](https://docs.godotengine.org/de/4.x/classes/class_refcounted.html)
2024-03-16 19:45:43 +02:00
## Properties
| Name | Type | Default |
| ----------------------------------------- | ------------------------------------------------------------------- | ------- |
| [api](#api) | [Hass](/reference/lib--home_apis--hass_ws--hass.html) | |
| [integration_exists](#integration-exists) | [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) | `false` |
## Methods
| Returns | Name |
| ------- | ------------------------------------------------------------------------------- |
| void | [_init](#-init) ( hass: [Hass](/reference/lib--home_apis--hass_ws--hass.html) ) |
| void | [on_connect](#on-connect) ( ) |
## Constants
### HASS_API = `<Object>` {#const-HASS-API}
No description provided yet.
2024-03-16 19:45:43 +02:00
## Property Descriptions
### api: [Hass](/reference/lib--home_apis--hass_ws--hass.html) {#api}
No description provided yet.
### integration_exists: [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) {#integration-exists}
No description provided yet.
## Method Descriptions
### _init (hass: [Hass](/reference/lib--home_apis--hass_ws--hass.html) ) -> void {#-init}
2024-03-16 19:45:43 +02:00
No description provided yet.
### on_connect ( ) -> void {#on-connect}
2024-03-16 19:45:43 +02:00
No description provided yet.