bimodinochka

Results 9 comments of bimodinochka

> Show me the [entity state attributes](https://my.home-assistant.io/redirect/developer_states). > > > Same of other issues. Here are the attributes, as you can see there are no necessary attributes. model: [ymt.flowerpot.v1](https://home.miot-spec.com/s/ymt.flowerpot.v1) ```yaml...

> Try this service and show me notification: > > ```yaml > service: xiaomi_miot.get_properties > data: > entity_id: sensor.ymt_v1_aff9_temperature > mapping: > s3p4: > siid: 3 > piid: 4 >...

> service: xiaomi_miot.get_properties > data: > entity_id: sensor.ymt_v1_aff9_temperature > mapping: > s6p4: > siid: 6 > piid: 4 > throw: true I get this in notifications when I request: 1:...

> Try this configuration: > > ```yaml > ​#​ configuration.yaml​ > ​xiaomi_miot​: >   ​device_customizes​: > ymt.flowerpot.v1: > chuck_properties: 1 > ``` I did this: ``` xiaomi_miot: username: !secret mi_username password:...

Do I need to provide any more data ? Perhaps you can tell me how to make a sensor out of this and a button out of this? In notifications...

> Try master branch. > > > In my opinion, it would be better to remove the slider and leave only the preset modes: ... > > This component is...

> Try master branch. I have upgraded to a branch (Master) but it didn't change anything, I also deleted and added the device again.

> Try master branch. I have upgraded to a branch (Master) but it didn't change anything, I also deleted and added the device again.

> I got the same error today after restarting. After some investigation I found out that [homeassistant-vacuum-viomi](https://github.gitop.top/nergal/homeassistant-vacuum-viomi) depends on a older version of `python-miio` ([manifest.json](https://github.gitop.top/nergal/homeassistant-vacuum-viomi/blob/master/custom_components/xiaomi_viomi/manifest.json) contains `python-miio==0.5.9`) while this project...