Please ⭐ this repo if you find it useful
The came integration is the main integration to integrate CAME related platforms.
-
Have HACS installed, this will allow you to easily manage and track updates.
-
Add the repo https://github.com/Den901/ha_came to your HACS sources
-
Search for "CAME".
-
Click Install below the found integration.
-
If you want to configure component via Home Assistant UI...
in the HA UI go to "Configuration" -> "Integrations" click "+" and search for "CAME". -
If you want to configure component via
configuration.yaml...
follow instructions below, then restart Home Assistant.note: pycame library is now integrated in the component
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml). - If you do not have a
custom_componentsdirectory (folder) there, you need to create it. - In the
custom_componentsdirectory (folder) create a new folder calledcame. - Download file
came.zipfrom the latest release section in this repository. - Extract all files from this archive you downloaded in the directory (folder) you created.
- Restart Home Assistant
- If you want to configure component via Home Assistant UI...
in the HA UI go to "Configuration" -> "Integrations" click "+" and search for "CAME". - If you want to configure component via
configuration.yaml...
follow instructions below, then restart Home Assistant.
To use this component in your installation, add the following to your configuration.yaml file:
# Example configuration.yaml entry
came:
host: YOUR_CAME_HOST
username: YOUR_EMAIL
password: YOUR_PASSWORD
token: RANDOM_STRINGhost:
(string) (Required)
The hostname of your ETI/Domo server.
username:
(string) (Required)
The username for accessing your account.
password:
(string) (Required)
The password for accessing your account.
token:
(string) (Required)
The special token to access to API.
These services are available for the came component:
- force_update
- pull_devices
Devices state data and new devices will refresh automatically. If you want to refresh all devices information or get new devices related to your account manually, you can call the force_update or pull_devices service.
You can automatically track new versions of this component and update it by HACS.
To enable debug logs use this configuration:
# Example configuration.yaml entry
logger:
default: info
logs:
custom_components.came: debug... then restart HA.
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
We have set up a separate document containing our contribution guidelines.
Thank you for being involved! 😍
For a full list of all authors and contributors, check the contributor's page.
See separate license file for full text.
If you appreciate my work and want to buy me a beer, you can donate via PayPal:
Buy me a beer...🍺🍺🍺🍺🍺🍺

