KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ha-mikucare
★ 15
Open GitHub ↗
Home Assistant Miku Care Integration
Download README (.md)
Explore Similar Repositories
xeol-action
:
End-of-life (EOL) container analysis and scanning provided as a GitHub Action using https://github.com/xeol-io/xeol
Wireholecloud
:
WireGuard, Pi-Hole, Nextcloud in one docker compose
BlazorWASMScriptLoader
:
Basic example of how to compile C# inside a Blazor WASM app
ankibot
:
Телеграм бот, парсер данных английских слов для быстрого создания flash-карточек в Anki.
sequence
:
Open source music recognition application using https://audd.io 's API
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ha-mikucare
?
Download (.md)
# Miku Care [![GitHub Release][releases-shield]][releases] [![GitHub Activity][commits-shield]][commits] [![License][license-shield]](https://raw.githubusercontent.com/amosyuen/ha-mikucare/main/LICENSE) [![pre-commit][pre-commit-shield]][pre-commit] [![Black][black-shield]][black] [![hacs][hacsbadge]][hacs] [![Project Maintenance][maintenance-shield]][user_profile] [![BuyMeCoffee][buymecoffeebadge]][buymecoffee] [![Community Forum][forum-shield]][forum] > [!CAUTION] > This repository is no longer maintained. I do not own a miku anymore so I cannot test the repository. > > Looking for contributors to take over the repository. ## Functionality This integration gives basic functionality for the Miku Care baby monitors. ### Sensors These sensors are added for each device are updated every minute. | Sensor | Description | | --------------- | --------------------------------------------- | | breaths | Breaths per minute (BPM) | | humidity | Relative humidity (%) | | illuminance_avg | Average illuminance (lux) | | illuminance_max | Max illuminance (lux) | | illuminance_min | Min illuminance (lux) | | sound_avg | Average sound level (non-standard units) | | sound_max | Max sound level (non-standard units) | | sound_min | Min sound level (non-standard units) | | sound_state | `none`, `music`, `streaming` | | state | `away`, `movement`, `no_movement`, `sleeping` | | temperature | Temperature (°C) | {% if not installed %} ## Installation ### HACS 1. Install [HACS](https://hacs.xyz/) 2. Go to HACS "Integrations >" section 3. Click 3 dots in top right 4. Click "Custom repositories" 5. Add repository https://github.com/amosyuen/ha-mikucare with category `Integration` 6. In the lower right click "+ Explore & Download repositories" 7. Search for "Miku Care" and add it - HA Restart is not needed since it is configured in UI config flow 8. In the Home Assistant (HA) UI go to "Configuration" 9. Click "Integrations" 10. Click "+ Add Integration" 11. Search for "Miku Care" ### Manual 1. Using the tool of choice open the directory (folder) for your [HA configuration](https://www.home-assistant.io/docs/configuration/) (where you find `configuration.yaml`). 2. If you do not have a `custom_components` directory (folder) there, you need to create it. 3. In the `custom_components` directory (folder) create a new folder called `mikucare`. 4. Download _all_ the files from the `custom_components/mikucare/` directory (folder) in this repository. 5. Place the files you downloaded in the new directory (folder) you created. 6. Restart Home Assistant 7. In the Home Assistant (HA) UI go to "Configuration" 8. Click "Integrations" 9. Click "+ Add Integration" 10. Search for "Miku Care" {% endif %} ## Contributions are welcome! If you want to contribute to this please read the [Contribution guidelines](https://github.com/amosyuen/ha-mikucare/blob/master/CONTRIBUTING.md) ## Credits This project was generated from [@oncleben31](https://github.com/oncleben31)'s [Home Assistant Custom Component Cookiecutter](https://github.com/oncleben31/cookiecutter-homeassistant-custom-component) template. Code template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [integration_blueprint][integration_blueprint] template --- [integration_blueprint]: https://github.com/custom-components/integration_blueprint [black]: https://github.com/psf/black [black-shield]: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge [buymecoffee]: https://paypal.me/amosyuen [buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge [commits-shield]: https://img.shields.io/github/commit-activity/y/amosyuen/ha-mikucare.svg?style=for-the-badge [commits]: https://github.com/amosyuen/ha-mikucare/commits/main [hacs]: https://hacs.xyz [hacsbadge]: https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge [forum]: https://community.home-assistant.io/ [license-shield]: https://img.shields.io/github/license/amosyuen/ha-mikucare.svg?style=for-the-badge [maintenance-shield]: https://img.shields.io/badge/maintainer-%40amosyuen-blue.svg?style=for-the-badge [pre-commit]: https://github.com/pre-commit/pre-commit [pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=for-the-badge [releases-shield]: https://img.shields.io/github/release/amosyuen/ha-mikucare.svg?style=for-the-badge [releases]: https://github.com/amosyuen/ha-mikucare/releases [user_profile]: https://github.com/amosyuen