https://github.com/codestian/homeassistantmc
Bridge Home Assistant with Minecraft
https://github.com/codestian/homeassistantmc
automation forge-mod home-assistant home-automation iot java minecraft minecraft-mod smart-home smartnation
Last synced: about 2 months ago
JSON representation
Bridge Home Assistant with Minecraft
- Host: GitHub
- URL: https://github.com/codestian/homeassistantmc
- Owner: Codestian
- License: mit
- Created: 2021-07-03T12:51:39.000Z (almost 4 years ago)
- Default Branch: stable-1.16
- Last Pushed: 2021-09-07T10:26:32.000Z (over 3 years ago)
- Last Synced: 2025-03-23T20:02:51.965Z (3 months ago)
- Topics: automation, forge-mod, home-assistant, home-automation, iot, java, minecraft, minecraft-mod, smart-home, smartnation
- Language: Java
- Homepage:
- Size: 11.9 MB
- Stars: 34
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

HomeAssistantMC is a Minecraft mod that integrates Home Assistant to Minecraft, allowing retrieval of entity states and calling of services. This allows you to build and execute automations entirely ingame.
## Documentation
Setup, configure and learn how to use HomeAssistantMC on the [documentation site](https://codestian.github.io/HomeAssistantMC/).## Project Setup
To build HomeAssistantMC from source code, clone the repository and open a Java IDE (IntelliJ recommended). Generate the run configurations with either `gradlew genEclipseRuns` (Eclipse) or `gradlew genIntellijRuns` (IntelliJ). Run `gradlew build` to generate the .jar file.
For the documentation site, run `npm install` followed by `npm run dev`. The site is built with Vuepress written in markdown format.