New Model-Type? #310
member1980
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Which version have you installed of You don't need to run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i just bought a new oven: Gorenje BSA6747DGWI
https://de.gorenje.com/produkte/kochen-und-backen/backoefen/OVEN-BO3SA5I01-7-BSA6747DGWI-GOR/p/000000000000742105#
The type is shown as:

013-oven-bio21-iconledplus
I created a 013-oven-bio21-iconledplus.yaml - reduced for test purposes.
No warning with debug log.
content of the 013-oven-bio21-iconledplus.yaml
`properties:
property: Device status
sensor: {}
property: Door open
binary_sensor:
device_class: door
on_value: 1
off_value: 0
property: Door lock
binary_sensor:
device_class: lock
on_value: 1
off_value: 0
property: Interior light
sensor:
read_only: true
property: Child lock
binary_sensor:
device_class: lock
on_value: 1
off_value: 0
property: Oven measured temperature
name: O
`
Result all entities are shown.
Maybe a bug? Any advice? :)
Unfortunately i can't run pip install connectlife because i am using HA OS.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions