User input malformed
See original GitHub issueVersion information:
1.0.14 HA core-2021.11.0b2
Description:
This is from console:
POST https://HOST/api/config/config_entries/options/flow/795dd180c8ba4de585a5d8ad13c29162 400
I @ styles.ts:365
(anonymous) @ styles.ts:365
callApi @ styles.ts:365
s @ ha-card.ts:5
value @ step-flow-form.ts:69
handleEvent @ styles.ts:365
This is the POST payload:
{lights: ["21"], prefer_rgb_color: false, initial_transition: 1, transition: 45, interval: 90,…}
detect_non_ha_changes: true
initial_transition: 1
interval: 90
lights: ["21"]
0: "21"
max_brightness: 100
max_color_temp: 5500
min_brightness: 1
min_color_temp: 2000
only_once: false
prefer_rgb_color: false
separate_turn_on_commands: false
sleep_brightness: 1
sleep_color_temp: 1000
sunrise_offset: 0
sunrise_time: "None"
sunset_offset: 0
sunset_time: "None"
take_over_control: true
transition: 45
Which returns:
{"message": "User input malformed"}
Hope I’ve provided enogh information, if not, please feel free to ask.
Thanks Andrea
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:33 (3 by maintainers)
Top Results From Across the Web
HomeKit error "User input malformed" - Configuration
"User Input Malformed" error when re-configuring integrations in the front end GUI ... fgonza2: the issue, is that if a non-existing entity was...
Read more >"User Input Malformed" error when re-configuring integrations ...
I'm experiencing the same on my integration. Removing the config entry through the UI and re-setting it up works. First time setup works....
Read more >After updating to latest Home Assistant the HomeKit ... - Reddit
After updating to latest Home Assistant the HomeKit integration can't save: "User input malformed". Suggestions?
Read more >Input is malformed. Reason: Could not get entity details for ...
The Pipeline executes successfully on first run. Once the ADF is refreshed it fails with below error. Input is malformed. Reason: Could not...
Read more >HA Configuration Fails Error Message
"User input malformed: extra keys not allowed @ data['8']". My HA has just been updated to 2021.12.1. Any thoughts or 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 Free
Top 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
Great, a fix has just been merged by @bramkragten, I imagine it will make it to the next patch release.
I have looked into it, but cannot figure out what changed. Even HomeKit is generating these errors: https://community.home-assistant.io/t/homekit-error-user-input-malformed/353390