-
-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing feature on deerma.humidifier.jsq3 #242
Comments
Show me the entity state attributes. |
|
You can add custom attribute: # customize.yaml
humidifier.deerma_jsq3_entity_id:
switch_properties: alarm |
It's is working now |
Mine is deerma.humidifier.jsq
is there a way to add water presence indicator? |
@dmatora There are no related properties in the miot-spec of the device. Maybe you can refer to this way:
# customize.yaml
humidifier.deerma_jsq_entity_id:
miio_properties: prop1,prop2 # use get_prop
sensor_commands:
get_prop:
params:
- prop1
- prop2
values: # to entity attributes
- miio_prop1
- miio_prop2
service: xiaomi_miot.send_command
data:
entity_id: humidifier.deerma_jsq_entity_id
method: set_prop1
params:
- value |
Hello,
I own a Xiaomi humidifier and connected it to home assistant via xiaomi miot auto successfully.
However, the alarm setting (beep sound) is missing. I see there is an alarm attribute on home.miot-spec.com said it can be read/write, but how can I?
Thanks.
The text was updated successfully, but these errors were encountered: