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