-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot flash with select battery redischarge, recharge, float #144
Comments
This isn't supported by ESPHome. Unsupported entities / new feature must be implemented at the external component first before they are available/usable at the YAML configuration. You cannot introduce new select entities by extending the YAML only. |
So is there any way to do that or do I still have to declare it with an existing variable like "current_max_ac_charging_current"? |
The |
so can you help me add the key |
|
|
Can I run yaml with those 3 keys now? |
No. I'm just collecting details for the implementation. |
Hi Syssi, I can't add other customizations of select and intergal sensor.If I code like this, I can flash it to ESP but it doesn't work perfectly in HASS. Is there any way to add other customizations? I also want to add a KWh sensor.
with such code i can still control the inverter but they always show unknown and do not show their current value
The text was updated successfully, but these errors were encountered: