Remove support for integration KrzysztofHajdamowicz/miio2
See original GitHub issueChecklist
- I have updated the card to the latest version available
- I have cleared the cache of my browser
- I have checked if the problem is already reported
The problem
I am abandoning STYTJ02YM integration, new maintainer is needed. For now, no further commits from my side are expected.
What version of a card has described problem?
2.0.11
What was the last working version card?
v6.6.6
What vacuum model do you have problems with?
STYTJ02YM
Which integration do you use to control your vacuum (link)?
https://github.com/KrzysztofHajdamowicz/home-assistant-vacuum-styj02ym
What browser (browsers/apps) does have this problem?
All of them
What version of Home Assistant do you use?
2022.8.1
What type of installation are you running?
Home Assistant OS
Card’s configuration
type: custom:xiaomi-vacuum-map-card
map_source:
camera: camera.xiaomi_cloud_map_extractor
calibration_source:
camera: true
entity: vacuum.vacuum
vacuum_platform: KrzysztofHajdamowicz/miio2
map_locked: true
append_icons: true
icons:
- icon: mdi:water-outline
conditions:
- entity: vacuum.vacuum
attribute: is_mop
value: 1
- entity: vacuum.vacuum
attribute: water_grade
value: 11
tap_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.vacuum
command: set_suction
params: 12
- icon: mdi:water-opacity
conditions:
- entity: vacuum.vacuum
attribute: is_mop
value: 1
- entity: vacuum.vacuum
attribute: water_grade
value: 12
tap_action:
action: call-service
service: vacuum.vacuum
service_data:
entity_id: vacuum.vacuum
command: set_suction
params: 13
- icon: mdi:water
conditions:
- entity: vacuum.vacuum
attribute: is_mop
value: 1
- entity: vacuum.vacuum
attribute: water_grade
value: 13
tap_action:
action: call-service
service: vacuum.send_command
service_data:
entity_id: vacuum.vacuum
command: set_suction
params: 11
Javascript errors shown in the browser’s console (if applicable)
No response
Additional information
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Procedure to remove the CCRC plug-in integration for VS ...
Question. How can I remove the integration for the IBM® Rational® ClearCase® Remote Client (CCRC) plug-in for VS .NET 2005?
Read more >Removing or Resetting an Integration - Postal Help Center
Removing an Integration. Removing an integration is quick and easy. Simply go to Profile Settings > Integrations and select the integration you wish...
Read more >How can I remove an integration? - Chargebee Support
You can remove third-party integration from your Chargebee test site by going to Settings -> Third-party integrations -> click on 'Manage' ...
Read more >How to remove the Stripe integration from our form? - Jotform
Hi, I am hoping to get help here on how to remove our Stipe Integration from our form.How can I remove it?Thank you!Rodrigo....
Read more >How to remove the Microsoft Teams integration?
Hi Unfortunately, i do not think our company will authorize the PagerDuty integration so I wanted to remove it but ... Any help...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m currently in progress of restructuring python-miio to make it easier to add support for device-specific features, including vendor-specific sensors, switches, and buttons that will be automatically added to homeassistant for supported devices: https://github.com/rytilahti/python-miio/issues/1495 - this will make it considerably easier to add support for non-roborock vacuums, so there’s some hope to get it officially implemented in the future.
@rytilahti thank you!