Bug: binary input in v0.11.0
See original GitHub issueAfter update to latest version v0.11.0 card refuse to use day/night binari sensor.
message
mini-graph-card
Entity not available: input_number.nighttime
In version v0.10.0 there was no problem.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
Possible Bug Tensorflow in v0.11 - Invalid argument: input ...
Starting from a working ML.NET sample scoring the standard TensorFlow Inception v3 model (it was working on 0.9 and 0.10) after migrating to ......
Read more >Upgrade to v0.11.0 - WasmEdge Runtime
Supported the user-defined error code in host functions. Developers can use the new API wasmedge.NewResult() to generate a wasmedge.Result struct with wasmedge.
Read more >Scenic.Primitive.Style.Input — Scenic v0.11.0-beta.0
The data for the input style is the type of input you want to receive when the cursor is positioned over the primitive....
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug listing with status RESOLVED with resolution FIXED as at 2022/12/24 19:46:07.
Read more >Default DataChecks in AutoML — EvalML 0.11.0 documentation
DefaultDataChecks when ; automl.search() is called to check that inputs are valid before running the search and fitting pipelines. Currently, ; DefaultDataChecks ...
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
Use the same entity in the card as you specified in configuration for this purpose. Otherwise the issue is meaningless and is not supposed to be even raised.
What you can do is:
Surely you may use a
binary_sensor
alternatively +state_map
but thestate_map
is currently not supported per-entity and you’ll see warnings in the browser then.You would need something like a state_map to do this within mini-graph-card https://github.com/kalkih/mini-graph-card#non-numeric-sensor-states
Could it be that you accidentally deleted your
input_number.nighttime
which was providing day/night as a simple1
/0
numeric value?p.s.: Binary input doesn’t have ideal support yet (#505) but your case just seems to be a string; not a binary