Yep! I renamed it back to Sileno in the Gardena app, and now the entire Sileno Group works flawlessly. I still get an error on the binary_sensors.yaml file tho…
This is the entire file:
- platform: template
sensors:
sileno_charging:
friendly_name: “Sileno charging”
device_class: plug
value_template: “{{ states.sensor.sileno.attributes.charging_status }}”
sileno_manual_mode:
friendly_name: “Sileno in manual mode”
value_template: “{{ states.sensor.sileno.attributes.in_manual_mode }}”
and then I added this to my configuration.yaml:
binary_sensors: !include binary_sensors.yaml
EDIT: Thanks to assistance from Ludeeus on Discord, I had an error in the configuration.yaml file.
Its supposed to be binary_sensor, not binary_sensors:
Now its integrated! Thank you so much and hope you continue development of this module