Skip to content
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

Update sensor.py - [typo] Teamperature -> Temperature #8

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

baylanger
Copy link
Contributor

Hello. Thank you for this great work!

Noticed I had sensors named "teamperature", I believe this should fix if not let me know what else is needed or you may go ahead and push over my changes.

        "aliases": [],
        "area_id": null,
        "capabilities": {
          "state_class": "measurement"
        },
        "config_entry_id": "9600bccb7090972972915XXXXXXXXXX",
        "device_class": null,
        "device_id": "f88c407b537e65a4006XXXXXXXXXX",
        "disabled_by": null,
        "entity_category": null,
        "entity_id": "sensor.tmr_h3r_sensors_wet_bulb_teamperature",
        "hidden_by": null,
        "icon": null,
        "id": "b469204424716522ae9cd6XXXXXXXXX",
        "has_entity_name": true,
        "name": null,
        "options": {
          "conversation": {
            "should_expose": true
          }
        },
        "original_device_class": "temperature",
        "original_icon": null,
        "original_name": "Wet Bulb Teamperature",
        "platform": "weatherflow_forecast",
        "supported_features": 0,
        "translation_key": null,
        "unique_id": "101XXX wet_bulb_temperature",
        "unit_of_measurement": "°C"
      },

Hello. Thank you for this great work!

Noticed I had sensors named "teamperature", I believe this should fix if not let me know what else is needed or you may go ahead and push over my changes.

```
        "aliases": [],
        "area_id": null,
        "capabilities": {
          "state_class": "measurement"
        },
        "config_entry_id": "9600bccb7090972972915XXXXXXXXXX",
        "device_class": null,
        "device_id": "f88c407b537e65a4006XXXXXXXXXX",
        "disabled_by": null,
        "entity_category": null,
        "entity_id": "sensor.tmr_h3r_sensors_wet_bulb_teamperature",
        "hidden_by": null,
        "icon": null,
        "id": "b469204424716522ae9cd6XXXXXXXXX",
        "has_entity_name": true,
        "name": null,
        "options": {
          "conversation": {
            "should_expose": true
          }
        },
        "original_device_class": "temperature",
        "original_icon": null,
        "original_name": "Wet Bulb Teamperature",
        "platform": "weatherflow_forecast",
        "supported_features": 0,
        "translation_key": null,
        "unique_id": "101XXX wet_bulb_temperature",
        "unit_of_measurement": "°C"
      },
```
@briis
Copy link
Owner

briis commented Oct 11, 2023

Well spotted, thanks.

@briis briis merged commit 40fc098 into briis:main Oct 11, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants