{"id":15086139,"url":"https://github.com/makhuta/homeassistant-crafty_controller","last_synced_at":"2026-02-06T09:32:20.427Z","repository":{"id":249854933,"uuid":"832754787","full_name":"Makhuta/homeassistant-crafty_controller","owner":"Makhuta","description":"Crafty Controller integration for HomeAssistant","archived":false,"fork":false,"pushed_at":"2024-09-15T16:26:16.000Z","size":850,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T02:13:41.590Z","etag":null,"topics":["crafty-controller","homeassistant","homeassistant-custom-component","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Makhuta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-23T16:52:28.000Z","updated_at":"2024-09-15T16:26:19.000Z","dependencies_parsed_at":"2024-07-23T20:20:41.067Z","dependency_job_id":null,"html_url":"https://github.com/Makhuta/homeassistant-crafty_controller","commit_stats":null,"previous_names":["makhuta/homeassistant-crafty_controller"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makhuta%2Fhomeassistant-crafty_controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makhuta%2Fhomeassistant-crafty_controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makhuta%2Fhomeassistant-crafty_controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makhuta%2Fhomeassistant-crafty_controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Makhuta","download_url":"https://codeload.github.com/Makhuta/homeassistant-crafty_controller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960666,"owners_count":20375105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crafty-controller","homeassistant","homeassistant-custom-component","minecraft"],"created_at":"2024-09-25T07:31:50.731Z","updated_at":"2026-02-06T09:32:20.279Z","avatar_url":"https://github.com/Makhuta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data scrapper for Crafty Controller\nAdds multiple sensors, button with information/statistics/functions grabbed from Crafty Controller account\n\n## Installation\n\n### Requirements:\n\n1. Install this component by copying [these files](https://github.com/Makhuta/homeassistant-crafty_controller/tree/main/custom_components/crafty_controller) to `custom_components/crafty_controller/`.\n2. **You will need to restart after installation for the component to start working.**\n\n### Adding new device\n\nTo add the **Crafty Controller** integration to your Home Assistant, use this My button:\n\n\u003ca href=\"https://my.home-assistant.io/redirect/config_flow_start?domain=crafty_controller\" class=\"my badge\" target=\"_blank\"\u003e\u003cimg src=\"https://my.home-assistant.io/badges/config_flow_start.svg\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\u003csummary style=\"list-style: none\"\u003e\u003ch3\u003e\u003cb style=\"cursor: pointer\"\u003eManual configuration steps\u003c/b\u003e\u003c/h3\u003e\u003c/summary\u003e\n\nIf the above My button doesn’t work, you can also perform the following steps manually:\n\n- Browse to your Home Assistant instance.\n\n- Go to [Settings \u003e Devices \u0026 Services](https://my.home-assistant.io/redirect/integrations/).\n\n- In the bottom right corner, select the [Add Integration button.](https://my.home-assistant.io/redirect/config_flow_start?domain=crafty_controller)\n\n- From the list, select **Crafty controller**.\n\n- Follow the instructions on screen to complete the setup.\n\n\u003c/details\u003e\n\n## Examples\n\n### Installed device\n\n![Instance](./imgs/instance.png)\n\nThis is the example of how succesfully installed Crafty integration should look like (there can be some differences in the number of devices/entities based on your *Crafty Controller* installation)\n\n### All devices\n\n![All devices](./imgs/devices.png)\nAt all time there will be at least 3 devices (All Roles, All Servers and All Users) and based on your Crafty installation there will be added another devices for each of them to provide nice UI.\n\n### All roles\n\n![All roles](./imgs/all_roles.png)\n\nThe Roles sensor will show the number of roles based on your specific settings and it will have connected the respective number of devices (roles) which will each have their own sensors\n\n#### Examples for _testing role 1_\n![Example role](./imgs/example_role.png)\n\n##### Example of _Server access_\n![Example role server access](./imgs/example_role_server_access.png)\n\nHere you can see the number of servers **Role** has access to and the list of permissions for each server in sensor attributes.\n\n##### Example of _Users_\n![Example role users](./imgs/example_role_users.png)\n\nThis sensor shows the number of **Users** asigned to this role with list of users in its attributes.\n\n### All users\n\n![All users](./imgs/all_users.png)\n\nThe Users sensor will show the number of users your Crafty installation has (at least 1 should be there because you need the admin to log-in into the API)\n\n#### Example for _admin_\n\n![Example user](./imgs/example_user.png)\n\n##### Example of _Roles_\n\n![Example user roles](./imgs/example_user_roles.png)\n\nIn this part the integration will provide you with ability to see the number of roles the **User** has been assigned to and in attributes you can see the list of their names.\n\n### All servers\n\n![All Servers](./imgs/all_servers.png)\n\nHere you are able to se 2 sensors:\n\n1. **Servers Offline**: This will show the number of servers that are offline\n2. **Servers Online**: This will obviously show the number of online servers\n\nand next you can see that there are mentioned the servers that you have running (added) in Crafty Controller.\n\n#### Example for _Majnr+_\n\n![Example server](./imgs/example_server.png)\n\nHere you can at the first glance see that there is some controlls, with these you are able to control the respective server based on the button name. Next you can see multiple statistics of the selected server.\n\n## Note\n\nIf you spot any sort of bug, error or incostintency don't hesitate to open issue [here](https://github.com/Makhuta/homeassistant-crafty_controller/issues).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakhuta%2Fhomeassistant-crafty_controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakhuta%2Fhomeassistant-crafty_controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakhuta%2Fhomeassistant-crafty_controller/lists"}