Andrey "Limych" Khrolenok
Andrey "Limych" Khrolenok
Is it possible to make a library for the dev version of HA, or at least for the beta versions? Today we miraculously caught an incompatibility with the new beta....
+ Added ability to convert pressure to mmHg. Added option 'pressure2mmhg' + Added option 'entity' for compatibility with [Weather Forecast Card configs](https://www.home-assistant.io/lovelace/weather-forecast/#configuration-variables). * Now, if there is no translation for...
## Checklist - [x] I've read the [publishing documentation](https://hacs.xyz/docs/publish/start). - [x] I've added the [HACS action](https://hacs.xyz/docs/publish/action) to my repository. - [x] (For integrations only) I've added the [hassfest action](https://developers.home-assistant.io/blog/2020/04/16/hassfest/) to...
**Is your feature request related to a problem? Please describe.** I could not find the opportunity to determine through MQTT the launch of the screensaver. **Describe the solution you'd like**...
Patch for json_encode function which fix of replacing characters to \uXXXX constructions. And tests for it.
We need to make services to save the current state of playing music and restore it. Same as media_player_sonos_snapshot and media_player_sonos_restore.
2019-12-29 19:28:53 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.kitchen fails Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 281, in async_update_ha_state await self.async_device_update() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 461, in async_device_update await self.hass.async_add_executor_job(self.update)...
## Version of the custom_component ## Configuration ```yaml automation: - alias: "[Media] Play Radio on Wake" initial_state: on trigger: - platform: state entity_id: group.motion to: 'on' condition: condition: and conditions:...
When you change the volume for one speaker, it changes immediately on all connected devices - both on the master and on the slave.